/AWS1/CL_CNTCURRENTMETRIC¶
Contains information about a real-time metric. For a description of each metric, see Metrics definitions in the Amazon Connect Administrator Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/CNTCURRENTMETRICNAME /AWS1/CNTCURRENTMETRICNAME¶
The name of the metric.
iv_unit TYPE /AWS1/CNTUNIT /AWS1/CNTUNIT¶
The unit for the metric.
Queryable Attributes¶
Name¶
The name of the metric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Unit¶
The unit for the metric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIT() |
Getter for UNIT, with configurable default |
ASK_UNIT() |
Getter for UNIT w/ exceptions if field has no value |
HAS_UNIT() |
Determine if UNIT 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_CURRENTMETRICS¶
TYPES TT_CURRENTMETRICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTCURRENTMETRIC WITH DEFAULT KEY
.