Skip to content

/AWS1/CL_GDYSCANRESULTTHREAT

Contains information about a specific threat that was detected during the malware scan.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/GDYNONEMPTYSTRING /AWS1/GDYNONEMPTYSTRING

The name of the detected threat.

iv_source TYPE /AWS1/GDYDETECTIONSOURCE /AWS1/GDYDETECTIONSOURCE

The source that detected this threat.

iv_count TYPE /AWS1/GDYPOSITIVELONG /AWS1/GDYPOSITIVELONG

The number of instances of this threat that were detected.

iv_hash TYPE /AWS1/GDYNONEMPTYSTRING /AWS1/GDYNONEMPTYSTRING

The hash value associated with the detected threat.

it_itemdetails TYPE /AWS1/CL_GDYITEMDETAILS=>TT_ITEMDETAILSLIST TT_ITEMDETAILSLIST

Additional information about where this threat was detected.


Queryable Attributes

Name

The name of the detected 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

Source

The source that detected this threat.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE, with configurable default
ASK_SOURCE() Getter for SOURCE w/ exceptions if field has no value
HAS_SOURCE() Determine if SOURCE has a value

Count

The number of instances of this threat that were 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

Hash

The hash value associated with the detected threat.

Accessible with the following methods

Method Description
GET_HASH() Getter for HASH, with configurable default
ASK_HASH() Getter for HASH w/ exceptions if field has no value
HAS_HASH() Determine if HASH has a value

ItemDetails

Additional information about where this threat was detected.

Accessible with the following methods

Method Description
GET_ITEMDETAILS() Getter for ITEMDETAILS, with configurable default
ASK_ITEMDETAILS() Getter for ITEMDETAILS w/ exceptions if field has no value
HAS_ITEMDETAILS() Determine if ITEMDETAILS 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_SCANRESULTTHREATS

TYPES TT_SCANRESULTTHREATS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYSCANRESULTTHREAT WITH DEFAULT KEY
.