/AWS1/CL_GDYGETFNDGSSTATSRSP¶
GetFindingsStatisticsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_findingstatistics TYPE REF TO /AWS1/CL_GDYFINDINGSTATISTICS /AWS1/CL_GDYFINDINGSTATISTICS¶
The finding statistics object.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The pagination parameter to be used on the next list operation to retrieve more items.
This parameter is currently not supported.
Queryable Attributes¶
FindingStatistics¶
The finding statistics object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGSTATISTICS() |
Getter for FINDINGSTATISTICS |
NextToken¶
The pagination parameter to be used on the next list operation to retrieve more items.
This parameter is currently not supported.
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 |