/AWS1/CL_IOTASSETPROPERTYVALUE¶
An asset property value entry containing the following information.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_value TYPE REF TO /AWS1/CL_IOTASSETPRPVARIANT /AWS1/CL_IOTASSETPRPVARIANT¶
The value of the asset property.
io_timestamp TYPE REF TO /AWS1/CL_IOTASSETPROPERTYTSMP /AWS1/CL_IOTASSETPROPERTYTSMP¶
The asset property value timestamp.
Optional arguments:¶
iv_quality TYPE /AWS1/IOTASSETPROPERTYQUALITY /AWS1/IOTASSETPROPERTYQUALITY¶
Optional. A string that describes the quality of the value. Accepts substitution templates. Must be
GOOD,BAD, orUNCERTAIN.
Queryable Attributes¶
value¶
The value of the asset property.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
timestamp¶
The asset property value timestamp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP |
quality¶
Optional. A string that describes the quality of the value. Accepts substitution templates. Must be
GOOD,BAD, orUNCERTAIN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUALITY() |
Getter for QUALITY, with configurable default |
ASK_QUALITY() |
Getter for QUALITY w/ exceptions if field has no value |
HAS_QUALITY() |
Determine if QUALITY 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_ASSETPROPERTYVALUELIST¶
TYPES TT_ASSETPROPERTYVALUELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTASSETPROPERTYVALUE WITH DEFAULT KEY
.