Skip to content

/AWS1/CL_GDYSCANTHREATNAME

Contains files infected with the given threat providing details of malware name and severity.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The name of the identified threat.

iv_severity TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

Severity of threat identified as part of the malware scan.

iv_itemcount TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER

Total number of files infected with given threat.

it_filepaths TYPE /AWS1/CL_GDYSCANFILEPATH=>TT_FILEPATHS TT_FILEPATHS

List of infected files in EBS volume with details.


Queryable Attributes

Name

The name of the identified threat.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Severity

Severity of threat identified as part of the malware scan.

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

ItemCount

Total number of files infected with given threat.

Accessible with the following methods

Method Description
GET_ITEMCOUNT() Getter for ITEMCOUNT, with configurable default
ASK_ITEMCOUNT() Getter for ITEMCOUNT w/ exceptions if field has no value
HAS_ITEMCOUNT() Determine if ITEMCOUNT has a value

FilePaths

List of infected files in EBS volume with details.

Accessible with the following methods

Method Description
GET_FILEPATHS() Getter for FILEPATHS, with configurable default
ASK_FILEPATHS() Getter for FILEPATHS w/ exceptions if field has no value
HAS_FILEPATHS() Determine if FILEPATHS 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_SCANTHREATNAMES

TYPES TT_SCANTHREATNAMES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYSCANTHREATNAME WITH DEFAULT KEY
.