/AWS1/CL_IOTTHINGTYPEPRPS¶
The ThingTypeProperties contains information about the thing type including: a thing type description, and a list of searchable thing attribute names.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_THINGTYPEDESCRIPTION
TYPE /AWS1/IOTTHINGTYPEDESCRIPTION
/AWS1/IOTTHINGTYPEDESCRIPTION
¶
The description of the thing type.
IT_SEARCHABLEATTRIBUTES
TYPE /AWS1/CL_IOTSEARCHABLEATTRS_W=>TT_SEARCHABLEATTRIBUTES
TT_SEARCHABLEATTRIBUTES
¶
A list of searchable thing attribute names.
IO_MQTT5CONFIGURATION
TYPE REF TO /AWS1/CL_IOTMQTT5CONFIGURATION
/AWS1/CL_IOTMQTT5CONFIGURATION
¶
The configuration to add user-defined properties to enrich MQTT 5 messages.
Queryable Attributes¶
thingTypeDescription¶
The description of the thing type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_THINGTYPEDESCRIPTION() |
Getter for THINGTYPEDESCRIPTION, with configurable default |
ASK_THINGTYPEDESCRIPTION() |
Getter for THINGTYPEDESCRIPTION w/ exceptions if field has n |
HAS_THINGTYPEDESCRIPTION() |
Determine if THINGTYPEDESCRIPTION has a value |
searchableAttributes¶
A list of searchable thing attribute names.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SEARCHABLEATTRIBUTES() |
Getter for SEARCHABLEATTRIBUTES, with configurable default |
ASK_SEARCHABLEATTRIBUTES() |
Getter for SEARCHABLEATTRIBUTES w/ exceptions if field has n |
HAS_SEARCHABLEATTRIBUTES() |
Determine if SEARCHABLEATTRIBUTES has a value |
mqtt5Configuration¶
The configuration to add user-defined properties to enrich MQTT 5 messages.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MQTT5CONFIGURATION() |
Getter for MQTT5CONFIGURATION |