/AWS1/CL_IOTMETRICDATUM¶
A metric.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_timestamp TYPE /AWS1/IOTTIMESTAMP /AWS1/IOTTIMESTAMP¶
The time the metric value was reported.
io_value TYPE REF TO /AWS1/CL_IOTMETRICVALUE /AWS1/CL_IOTMETRICVALUE¶
The value reported for the metric.
Queryable Attributes¶
timestamp¶
The time the metric value was reported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
value¶
The value reported for the metric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_METRICDATUMLIST¶
TYPES TT_METRICDATUMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTMETRICDATUM WITH DEFAULT KEY
.