/AWS1/CL_CNTLSTTSTCASEEXRECRSP¶
ListTestCaseExecutionRecordsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_executionrecords TYPE /AWS1/CL_CNTEXECUTIONRECORD=>TT_EXECUTIONRECORDLIST TT_EXECUTIONRECORDLIST¶
An array of test case execution record objects.
iv_nexttoken TYPE /AWS1/CNTLARGENEXTTOKEN /AWS1/CNTLARGENEXTTOKEN¶
If there are additional results, this is the token for the next set of results.
Queryable Attributes¶
ExecutionRecords¶
An array of test case execution record objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONRECORDS() |
Getter for EXECUTIONRECORDS, with configurable default |
ASK_EXECUTIONRECORDS() |
Getter for EXECUTIONRECORDS w/ exceptions if field has no va |
HAS_EXECUTIONRECORDS() |
Determine if EXECUTIONRECORDS has a value |
NextToken¶
If there are additional results, this is the token for the next set of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |