/AWS1/CL_DOGPERFORMANCEINSIG09¶
A statistic in a Performance Insights collection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/DOGPERFORMANCEINSIGHTS10 /AWS1/DOGPERFORMANCEINSIGHTS10¶
The statistic type.
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The value of the statistic.
Queryable Attributes¶
Type¶
The statistic type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Value¶
The value of the statistic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
STR_VALUE() |
String format for VALUE, with configurable default |
HAS_VALUE() |
Determine if VALUE 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_PERFORMANCEINSIGHTSSTATS¶
TYPES TT_PERFORMANCEINSIGHTSSTATS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOGPERFORMANCEINSIG09 WITH DEFAULT KEY
.