/AWS1/CL_IOSAGGREGATEDVALUE¶
Contains aggregated asset property values (for example, average, minimum, and maximum).
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_timestamp TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP¶
The date the aggregating computations occurred, in Unix epoch time.
io_value TYPE REF TO /AWS1/CL_IOSAGGREGATES /AWS1/CL_IOSAGGREGATES¶
The value of the aggregates.
Optional arguments:¶
iv_quality TYPE /AWS1/IOSQUALITY /AWS1/IOSQUALITY¶
The quality of the aggregated data.
Queryable Attributes¶
timestamp¶
The date the aggregating computations occurred, in Unix epoch time.
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 |
quality¶
The quality of the aggregated data.
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 |
value¶
The value of the aggregates.
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_AGGREGATEDVALUES¶
TYPES TT_AGGREGATEDVALUES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSAGGREGATEDVALUE WITH DEFAULT KEY
.