/AWS1/CL_MTULISTHITSRESPONSE¶
ListHITsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/MTUPAGINATIONTOKEN /AWS1/MTUPAGINATIONTOKEN¶
NextToken
iv_numresults TYPE /AWS1/MTUINTEGER /AWS1/MTUINTEGER¶
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.
it_hits TYPE /AWS1/CL_MTUHIT=>TT_HITLIST TT_HITLIST¶
The list of HIT elements returned by the query.
Queryable Attributes¶
NextToken¶
NextToken
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 |
NumResults¶
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMRESULTS() |
Getter for NUMRESULTS, with configurable default |
ASK_NUMRESULTS() |
Getter for NUMRESULTS w/ exceptions if field has no value |
HAS_NUMRESULTS() |
Determine if NUMRESULTS has a value |
HITs¶
The list of HIT elements returned by the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HITS() |
Getter for HITS, with configurable default |
ASK_HITS() |
Getter for HITS w/ exceptions if field has no value |
HAS_HITS() |
Determine if HITS has a value |