/AWS1/CL_OSRGETDOMMAINTENANC01¶
The result of a GetDomainMaintenanceStatus request that information about
the requested action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/OSRMAINTENANCESTATUS /AWS1/OSRMAINTENANCESTATUS¶
The status of the maintenance action.
iv_statusmessage TYPE /AWS1/OSRMAINTENANCESTATUSMSG /AWS1/OSRMAINTENANCESTATUSMSG¶
The status message of the maintenance action.
iv_nodeid TYPE /AWS1/OSRNODEID /AWS1/OSRNODEID¶
The node ID of the maintenance action.
iv_action TYPE /AWS1/OSRMAINTENANCETYPE /AWS1/OSRMAINTENANCETYPE¶
The action name.
iv_createdat TYPE /AWS1/OSRUPDATETIMESTAMP /AWS1/OSRUPDATETIMESTAMP¶
The time at which the action was created.
iv_updatedat TYPE /AWS1/OSRUPDATETIMESTAMP /AWS1/OSRUPDATETIMESTAMP¶
The time at which the action was updated.
Queryable Attributes¶
Status¶
The status of the maintenance action.
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 |
StatusMessage¶
The status message of the maintenance action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
NodeId¶
The node ID of the maintenance action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEID() |
Getter for NODEID, with configurable default |
ASK_NODEID() |
Getter for NODEID w/ exceptions if field has no value |
HAS_NODEID() |
Determine if NODEID has a value |
Action¶
The action name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION has a value |
CreatedAt¶
The time at which the action was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
UpdatedAt¶
The time at which the action was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |