/AWS1/CL_EVYEXPERIMENTREPORT¶
A structure that contains results of an experiment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_metricname TYPE /AWS1/EVYCWDIMENSIONSAFENAME /AWS1/EVYCWDIMENSIONSAFENAME¶
The name of the metric that is analyzed in this experiment report.
iv_treatmentname TYPE /AWS1/EVYTREATMENTNAME /AWS1/EVYTREATMENTNAME¶
The name of the variation that this report pertains to.
iv_reportname TYPE /AWS1/EVYEXPERIMENTREPORTNAME /AWS1/EVYEXPERIMENTREPORTNAME¶
The type of analysis used for this report.
iv_content TYPE /AWS1/EVYJSONVALUE /AWS1/EVYJSONVALUE¶
The content of the report.
Queryable Attributes¶
metricName¶
The name of the metric that is analyzed in this experiment report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICNAME() |
Getter for METRICNAME, with configurable default |
ASK_METRICNAME() |
Getter for METRICNAME w/ exceptions if field has no value |
HAS_METRICNAME() |
Determine if METRICNAME has a value |
treatmentName¶
The name of the variation that this report pertains to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TREATMENTNAME() |
Getter for TREATMENTNAME, with configurable default |
ASK_TREATMENTNAME() |
Getter for TREATMENTNAME w/ exceptions if field has no value |
HAS_TREATMENTNAME() |
Determine if TREATMENTNAME has a value |
reportName¶
The type of analysis used for this report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPORTNAME() |
Getter for REPORTNAME, with configurable default |
ASK_REPORTNAME() |
Getter for REPORTNAME w/ exceptions if field has no value |
HAS_REPORTNAME() |
Determine if REPORTNAME has a value |
content¶
The content of the report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT 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_EXPERIMENTREPORTLIST¶
TYPES TT_EXPERIMENTREPORTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EVYEXPERIMENTREPORT WITH DEFAULT KEY
.