/AWS1/CL_SHBRESTRENDSMETRESULT¶
Contains the resource trend metrics data for a specific time point in the requested time period.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_timestamp TYPE /AWS1/SHBTIMESTAMP /AWS1/SHBTIMESTAMP¶
The timestamp for this data point in the resources trend metrics.
io_trendsvalues TYPE REF TO /AWS1/CL_SHBRESTRENDSVALUES /AWS1/CL_SHBRESTRENDSVALUES¶
The resource trend metric values associated with this timestamp, including resource counts.
Queryable Attributes¶
Timestamp¶
The timestamp for this data point in the resources trend metrics.
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 |
TrendsValues¶
The resource trend metric values associated with this timestamp, including resource counts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRENDSVALUES() |
Getter for TRENDSVALUES |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESOURCESTRENDSMETRICS¶
TYPES TT_RESOURCESTRENDSMETRICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBRESTRENDSMETRESULT WITH DEFAULT KEY
.