/AWS1/CL_PIEMETRICDIMENSIONGRS¶
The available dimension information for a metric type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metric TYPE /AWS1/PIESTRING /AWS1/PIESTRING¶
The metric type to which the dimension information belongs.
it_groups TYPE /AWS1/CL_PIEDIMENSIONGROUPDET=>TT_DIMENSIONGROUPDETAILLIST TT_DIMENSIONGROUPDETAILLIST¶
The available dimension groups for a metric type.
Queryable Attributes¶
Metric¶
The metric type to which the dimension information belongs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRIC() |
Getter for METRIC, with configurable default |
ASK_METRIC() |
Getter for METRIC w/ exceptions if field has no value |
HAS_METRIC() |
Determine if METRIC has a value |
Groups¶
The available dimension groups for a metric type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPS() |
Getter for GROUPS, with configurable default |
ASK_GROUPS() |
Getter for GROUPS w/ exceptions if field has no value |
HAS_GROUPS() |
Determine if GROUPS 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_METRICDIMENSIONSLIST¶
TYPES TT_METRICDIMENSIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIEMETRICDIMENSIONGRS WITH DEFAULT KEY
.