Skip to content

/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.


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