/AWS1/CL_GDYHIGHESTSEVERITYT00¶
Contains details of the highest severity threat detected during scan and number of infected files.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_severity TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
Severity level of the highest severity threat detected.
iv_threatname TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
Threat name of the highest severity threat detected as part of the malware scan.
iv_count TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER¶
Total number of infected files with the highest severity threat detected.
Queryable Attributes¶
Severity¶
Severity level of the highest severity threat detected.
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 |
ThreatName¶
Threat name of the highest severity threat detected as part of the malware scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THREATNAME() |
Getter for THREATNAME, with configurable default |
ASK_THREATNAME() |
Getter for THREATNAME w/ exceptions if field has no value |
HAS_THREATNAME() |
Determine if THREATNAME has a value |
Count¶
Total number of infected files with the highest severity threat detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT has a value |