/AWS1/CL_LM2LISTTESTSETRECSRSP¶
ListTestSetRecordsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_testsetrecords TYPE /AWS1/CL_LM2TESTSETTURNRECORD=>TT_TESTSETTURNRECORDLIST TT_TESTSETTURNRECORDLIST¶
The list of records from the test set.
iv_nexttoken TYPE /AWS1/LM2NEXTTOKEN /AWS1/LM2NEXTTOKEN¶
A token that indicates whether there are more records to return in a response to the ListTestSetRecords operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSetRecords operation request to get the next page of records.
Queryable Attributes¶
testSetRecords¶
The list of records from the test set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTSETRECORDS() |
Getter for TESTSETRECORDS, with configurable default |
ASK_TESTSETRECORDS() |
Getter for TESTSETRECORDS w/ exceptions if field has no valu |
HAS_TESTSETRECORDS() |
Determine if TESTSETRECORDS has a value |
nextToken¶
A token that indicates whether there are more records to return in a response to the ListTestSetRecords operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSetRecords operation request to get the next page of records.
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 |