/AWS1/CL_IOXOTATASKCONFSUMMARY¶
Structure representing one over-the-air (OTA) task configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_taskconfigurationid TYPE /AWS1/IOXOTATASKCONFID /AWS1/IOXOTATASKCONFID¶
The id of the over-the-air (OTA) task configuration
iv_name TYPE /AWS1/IOXOTATASKCONFNAME /AWS1/IOXOTATASKCONFNAME¶
The name of the over-the-air (OTA) task configuration.
iv_createdat TYPE /AWS1/IOXCREATEDAT /AWS1/IOXCREATEDAT¶
The timestamp value of when the over-the-air (OTA) task configuration was created at.
Queryable Attributes¶
TaskConfigurationId¶
The id of the over-the-air (OTA) task configuration
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKCONFIGURATIONID() |
Getter for TASKCONFIGURATIONID, with configurable default |
ASK_TASKCONFIGURATIONID() |
Getter for TASKCONFIGURATIONID w/ exceptions if field has no |
HAS_TASKCONFIGURATIONID() |
Determine if TASKCONFIGURATIONID has a value |
Name¶
The name of the over-the-air (OTA) task configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
CreatedAt¶
The timestamp value of when the over-the-air (OTA) task configuration was created at.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OTATASKCONFLISTDEFINITION¶
TYPES TT_OTATASKCONFLISTDEFINITION TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXOTATASKCONFSUMMARY WITH DEFAULT KEY
.