/AWS1/CL_PANRPTEDRUNTIMECTXS00¶
An application instance's state.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_desiredstate TYPE /AWS1/PANDESIREDSTATE /AWS1/PANDESIREDSTATE¶
The application's desired state.
iv_runtimecontextname TYPE /AWS1/PANRUNTIMECONTEXTNAME /AWS1/PANRUNTIMECONTEXTNAME¶
The device's name.
iv_devicereportedstatus TYPE /AWS1/PANDEVICEREPORTEDSTATUS /AWS1/PANDEVICEREPORTEDSTATUS¶
The application's reported status.
iv_devicereportedtime TYPE /AWS1/PANTIMESTAMP /AWS1/PANTIMESTAMP¶
When the device reported the application's state.
Queryable Attributes¶
DesiredState¶
The application's desired state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIREDSTATE() |
Getter for DESIREDSTATE, with configurable default |
ASK_DESIREDSTATE() |
Getter for DESIREDSTATE w/ exceptions if field has no value |
HAS_DESIREDSTATE() |
Determine if DESIREDSTATE has a value |
RuntimeContextName¶
The device's name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNTIMECONTEXTNAME() |
Getter for RUNTIMECONTEXTNAME, with configurable default |
ASK_RUNTIMECONTEXTNAME() |
Getter for RUNTIMECONTEXTNAME w/ exceptions if field has no |
HAS_RUNTIMECONTEXTNAME() |
Determine if RUNTIMECONTEXTNAME has a value |
DeviceReportedStatus¶
The application's reported status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEREPORTEDSTATUS() |
Getter for DEVICEREPORTEDSTATUS, with configurable default |
ASK_DEVICEREPORTEDSTATUS() |
Getter for DEVICEREPORTEDSTATUS w/ exceptions if field has n |
HAS_DEVICEREPORTEDSTATUS() |
Determine if DEVICEREPORTEDSTATUS has a value |
DeviceReportedTime¶
When the device reported the application's state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEREPORTEDTIME() |
Getter for DEVICEREPORTEDTIME, with configurable default |
ASK_DEVICEREPORTEDTIME() |
Getter for DEVICEREPORTEDTIME w/ exceptions if field has no |
HAS_DEVICEREPORTEDTIME() |
Determine if DEVICEREPORTEDTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REPORTEDRUNTIMECTXSTATES¶
TYPES TT_REPORTEDRUNTIMECTXSTATES TYPE STANDARD TABLE OF REF TO /AWS1/CL_PANRPTEDRUNTIMECTXS00 WITH DEFAULT KEY
.