/AWS1/CL_SE2BTCGETMETRICDATA02¶
Represents the result of processing your metric data batch request
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_results TYPE /AWS1/CL_SE2METRICDATARESULT=>TT_METRICDATARESULTLIST TT_METRICDATARESULTLIST¶
A list of successfully retrieved
MetricDataResult.
it_errors TYPE /AWS1/CL_SE2METRICDATAERROR=>TT_METRICDATAERRORLIST TT_METRICDATAERRORLIST¶
A list of
MetricDataErrorencountered while processing your metric data batch request.
Queryable Attributes¶
Results¶
A list of successfully retrieved
MetricDataResult.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTS() |
Getter for RESULTS, with configurable default |
ASK_RESULTS() |
Getter for RESULTS w/ exceptions if field has no value |
HAS_RESULTS() |
Determine if RESULTS has a value |
Errors¶
A list of
MetricDataErrorencountered while processing your metric data batch request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |