/AWS1/CL_IOTPERCENTPAIR¶
Describes the percentile and percentile value.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_percent TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The percentile.
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The value of the percentile.
Queryable Attributes¶
percent¶
The percentile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERCENT() |
Getter for PERCENT |
ASK_PERCENT() |
Getter for PERCENT w/ exceptions if field has no value |
STR_PERCENT() |
String format for PERCENT |
value¶
The value of the percentile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
STR_VALUE() |
String format for VALUE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PERCENTILES¶
TYPES TT_PERCENTILES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTPERCENTPAIR WITH DEFAULT KEY
.