/AWS1/CL_WADQUESTIONMETRIC¶
A metric for a particular question in the pillar.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_questionid TYPE /AWS1/WADQUESTIONID /AWS1/WADQUESTIONID¶
The ID of the question.
iv_risk TYPE /AWS1/WADRISK /AWS1/WADRISK¶
The risk for a given workload, lens review, pillar, or question.
it_bestpractices TYPE /AWS1/CL_WADBESTPRACTICE=>TT_BESTPRACTICES TT_BESTPRACTICES¶
The best practices, or choices, that have been identified as contributing to risk in a question.
Queryable Attributes¶
QuestionId¶
The ID of the question.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUESTIONID() |
Getter for QUESTIONID, with configurable default |
ASK_QUESTIONID() |
Getter for QUESTIONID w/ exceptions if field has no value |
HAS_QUESTIONID() |
Determine if QUESTIONID has a value |
Risk¶
The risk for a given workload, lens review, pillar, or question.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RISK() |
Getter for RISK, with configurable default |
ASK_RISK() |
Getter for RISK w/ exceptions if field has no value |
HAS_RISK() |
Determine if RISK has a value |
BestPractices¶
The best practices, or choices, that have been identified as contributing to risk in a question.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BESTPRACTICES() |
Getter for BESTPRACTICES, with configurable default |
ASK_BESTPRACTICES() |
Getter for BESTPRACTICES w/ exceptions if field has no value |
HAS_BESTPRACTICES() |
Determine if BESTPRACTICES 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_QUESTIONMETRICS¶
TYPES TT_QUESTIONMETRICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADQUESTIONMETRIC WITH DEFAULT KEY
.