/AWS1/CL_IN2EVIDENCE¶
Details of the evidence for a vulnerability identified in a finding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_evidencerule TYPE /AWS1/IN2EVIDENCERULE /AWS1/IN2EVIDENCERULE¶
The evidence rule.
iv_evidencedetail TYPE /AWS1/IN2EVIDENCEDETAIL /AWS1/IN2EVIDENCEDETAIL¶
The evidence details.
iv_severity TYPE /AWS1/IN2EVIDENCESEVERITY /AWS1/IN2EVIDENCESEVERITY¶
The evidence severity.
Queryable Attributes¶
evidenceRule¶
The evidence rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVIDENCERULE() |
Getter for EVIDENCERULE, with configurable default |
ASK_EVIDENCERULE() |
Getter for EVIDENCERULE w/ exceptions if field has no value |
HAS_EVIDENCERULE() |
Determine if EVIDENCERULE has a value |
evidenceDetail¶
The evidence details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVIDENCEDETAIL() |
Getter for EVIDENCEDETAIL, with configurable default |
ASK_EVIDENCEDETAIL() |
Getter for EVIDENCEDETAIL w/ exceptions if field has no valu |
HAS_EVIDENCEDETAIL() |
Determine if EVIDENCEDETAIL has a value |
severity¶
The evidence severity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITY() |
Getter for SEVERITY, with configurable default |
ASK_SEVERITY() |
Getter for SEVERITY w/ exceptions if field has no value |
HAS_SEVERITY() |
Determine if SEVERITY has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EVIDENCELIST¶
TYPES TT_EVIDENCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2EVIDENCE WITH DEFAULT KEY
.