/AWS1/CL_IOXSTATECAPABILITY¶
State capabilities added for the managed thing.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/IOXSCHEMAVERSIONEDID /AWS1/IOXSCHEMAVERSIONEDID¶
The id of the managed thing in the capability report.
iv_name TYPE /AWS1/IOXCAPABILITYNAME /AWS1/IOXCAPABILITYNAME¶
Name for the Amazon Web Services capability.
iv_version TYPE /AWS1/IOXCAPABILITYVERSION /AWS1/IOXCAPABILITYVERSION¶
Version for the Amazon Web Services capability.
Optional arguments:¶
io_properties TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
Describe the command capability with the properties it supports.
Queryable Attributes¶
id¶
The id of the managed thing in the capability report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
Name for the Amazon Web Services capability.
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 |
version¶
Version for the Amazon Web Services capability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
properties¶
Describe the command capability with the properties it supports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTIES() |
Getter for PROPERTIES, with configurable default |
ASK_PROPERTIES() |
Getter for PROPERTIES w/ exceptions if field has no value |
HAS_PROPERTIES() |
Determine if PROPERTIES 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_STATECAPABILITIES¶
TYPES TT_STATECAPABILITIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXSTATECAPABILITY WITH DEFAULT KEY
.