/AWS1/CL_NWMCONNECTIONHEALTH¶
Describes connection health.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/NWMCONNECTIONTYPE /AWS1/NWMCONNECTIONTYPE¶
The connection type.
iv_status TYPE /AWS1/NWMCONNECTIONSTATUS /AWS1/NWMCONNECTIONSTATUS¶
The connection status.
iv_timestamp TYPE /AWS1/NWMDATETIME /AWS1/NWMDATETIME¶
The time the status was last updated.
Queryable Attributes¶
Type¶
The connection type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Status¶
The connection status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Timestamp¶
The time the status was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |