/AWS1/CL_WADLENSMETRIC¶
A metric for a particular lens in a workload.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_lensarn TYPE /AWS1/WADLENSARN /AWS1/WADLENSARN¶
The lens ARN.
it_pillars TYPE /AWS1/CL_WADPILLARMETRIC=>TT_PILLARMETRICS TT_PILLARMETRICS¶
The metrics for the pillars in a lens.
it_riskcounts TYPE /AWS1/CL_WADRISKCOUNTS_W=>TT_RISKCOUNTS TT_RISKCOUNTS¶
A map from risk names to the count of how many questions have that rating.
Queryable Attributes¶
LensArn¶
The lens ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSARN() |
Getter for LENSARN, with configurable default |
ASK_LENSARN() |
Getter for LENSARN w/ exceptions if field has no value |
HAS_LENSARN() |
Determine if LENSARN has a value |
Pillars¶
The metrics for the pillars in a lens.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PILLARS() |
Getter for PILLARS, with configurable default |
ASK_PILLARS() |
Getter for PILLARS w/ exceptions if field has no value |
HAS_PILLARS() |
Determine if PILLARS has a value |
RiskCounts¶
A map from risk names to the count of how many questions have that rating.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RISKCOUNTS() |
Getter for RISKCOUNTS, with configurable default |
ASK_RISKCOUNTS() |
Getter for RISKCOUNTS w/ exceptions if field has no value |
HAS_RISKCOUNTS() |
Determine if RISKCOUNTS 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_LENSMETRICS¶
TYPES TT_LENSMETRICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADLENSMETRIC WITH DEFAULT KEY
.