/AWS1/CL_IOTCOMMANDPAYLOAD¶
The command payload object that contains the instructions for the device to process.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_content TYPE /AWS1/IOTCOMMANDPAYLOADBLOB /AWS1/IOTCOMMANDPAYLOADBLOB¶
The static payload file for the command.
iv_contenttype TYPE /AWS1/IOTMIMETYPE /AWS1/IOTMIMETYPE¶
The content type that specifies the format type of the payload file. This field must use a type/subtype format, such as
application/json. For information about various content types, see Common MIME types.
Queryable Attributes¶
content¶
The static payload file for the command.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
contentType¶
The content type that specifies the format type of the payload file. This field must use a type/subtype format, such as
application/json. For information about various content types, see Common MIME types.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |