/AWS1/CL_SHBTRENDSMETRESULT¶
Contains the findings 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 findings trend metrics.
io_trendsvalues TYPE REF TO /AWS1/CL_SHBTRENDSVALUES /AWS1/CL_SHBTRENDSVALUES¶
The finding trend metric values associated with this timestamp, including severity counts.
Queryable Attributes¶
Timestamp¶
The timestamp for this data point in the findings 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 finding trend metric values associated with this timestamp, including severity 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_TRENDSMETRICS¶
TYPES TT_TRENDSMETRICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBTRENDSMETRESULT WITH DEFAULT KEY
.