/AWS1/CL_IOTOTAUPDATESUMMARY¶
An OTA update summary.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_otaupdateid TYPE /AWS1/IOTOTAUPDATEID /AWS1/IOTOTAUPDATEID¶
The OTA update ID.
iv_otaupdatearn TYPE /AWS1/IOTOTAUPDATEARN /AWS1/IOTOTAUPDATEARN¶
The OTA update ARN.
iv_creationdate TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE¶
The date when the OTA update was created.
Queryable Attributes¶
otaUpdateId¶
The OTA update ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OTAUPDATEID() |
Getter for OTAUPDATEID, with configurable default |
ASK_OTAUPDATEID() |
Getter for OTAUPDATEID w/ exceptions if field has no value |
HAS_OTAUPDATEID() |
Determine if OTAUPDATEID has a value |
otaUpdateArn¶
The OTA update ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OTAUPDATEARN() |
Getter for OTAUPDATEARN, with configurable default |
ASK_OTAUPDATEARN() |
Getter for OTAUPDATEARN w/ exceptions if field has no value |
HAS_OTAUPDATEARN() |
Determine if OTAUPDATEARN has a value |
creationDate¶
The date when the OTA update was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE 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_OTAUPDATESSUMMARY¶
TYPES TT_OTAUPDATESSUMMARY TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTOTAUPDATESUMMARY WITH DEFAULT KEY
.