/AWS1/CL_GUSBATCHGETFNDGSRSP¶
BatchGetFindingsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_findings TYPE /AWS1/CL_GUSFINDING=>TT_FINDINGS TT_FINDINGS¶
A list of all findings which were successfully fetched.
it_failedfindings TYPE /AWS1/CL_GUSBATCHGETFNDGSERROR=>TT_BATCHGETFINDINGSERRORS TT_BATCHGETFINDINGSERRORS¶
A list of errors for individual findings which were not fetched. Each BatchGetFindingsError contains the
scanName,findingId,errorCodeand errormessage.
Queryable Attributes¶
findings¶
A list of all findings which were successfully fetched.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGS() |
Getter for FINDINGS, with configurable default |
ASK_FINDINGS() |
Getter for FINDINGS w/ exceptions if field has no value |
HAS_FINDINGS() |
Determine if FINDINGS has a value |
failedFindings¶
A list of errors for individual findings which were not fetched. Each BatchGetFindingsError contains the
scanName,findingId,errorCodeand errormessage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDFINDINGS() |
Getter for FAILEDFINDINGS, with configurable default |
ASK_FAILEDFINDINGS() |
Getter for FAILEDFINDINGS w/ exceptions if field has no valu |
HAS_FAILEDFINDINGS() |
Determine if FAILEDFINDINGS has a value |