/AWS1/CL_CWFWORKLOADINSIGHTS01¶
A data point for a top contributor network flow in a scope. Network Flow Monitor returns information about the network flows with the top values for each metric type, which are called top contributors.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_timestamps TYPE /AWS1/CL_CWFWORKLOADINSIGHTS02=>TT_WORKLOADINSIGHTSTOPCONTRI02 TT_WORKLOADINSIGHTSTOPCONTRI02¶
An array of the timestamps for the data point.
it_values TYPE /AWS1/CL_CWFWORKLOADINSIGHTS03=>TT_WORKLOADINSIGHTSTOPCONTRI03 TT_WORKLOADINSIGHTSTOPCONTRI03¶
The values for the data point.
iv_label TYPE /AWS1/CWFSTRING /AWS1/CWFSTRING¶
The label identifying the data point.
Queryable Attributes¶
timestamps¶
An array of the timestamps for the data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMPS() |
Getter for TIMESTAMPS, with configurable default |
ASK_TIMESTAMPS() |
Getter for TIMESTAMPS w/ exceptions if field has no value |
HAS_TIMESTAMPS() |
Determine if TIMESTAMPS has a value |
values¶
The values for the data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES has a value |
label¶
The label identifying the data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABEL() |
Getter for LABEL, with configurable default |
ASK_LABEL() |
Getter for LABEL w/ exceptions if field has no value |
HAS_LABEL() |
Determine if LABEL 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_WORKLOADINSIGHTSTOPCONTRI01¶
TYPES TT_WORKLOADINSIGHTSTOPCONTRI01 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWFWORKLOADINSIGHTS01 WITH DEFAULT KEY
.