Skip to content

/AWS1/CL_GDYGETMALWARESCANRS00

Contains information about the results of the malware scan.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_scanresultstatus TYPE /AWS1/GDYSCANRESULTSTATUS /AWS1/GDYSCANRESULTSTATUS

Status indicating whether threats were found for a completed scan.

iv_skippedfilecount TYPE /AWS1/GDYPOSITIVELONG /AWS1/GDYPOSITIVELONG

The total number of files that were skipped during the scan.

iv_failedfilecount TYPE /AWS1/GDYPOSITIVELONG /AWS1/GDYPOSITIVELONG

The total number of files that failed to be scanned.

iv_threatfoundfilecount TYPE /AWS1/GDYPOSITIVELONG /AWS1/GDYPOSITIVELONG

The total number of files in which threats were detected.

iv_totalfilecount TYPE /AWS1/GDYPOSITIVELONG /AWS1/GDYPOSITIVELONG

The total number of files that were processed during the scan.

iv_totalbytes TYPE /AWS1/GDYPOSITIVELONG /AWS1/GDYPOSITIVELONG

The total number of bytes that were scanned.

iv_uniquethreatcount TYPE /AWS1/GDYPOSITIVELONG /AWS1/GDYPOSITIVELONG

The total number of unique threats that were detected during the scan.

it_threats TYPE /AWS1/CL_GDYSCANRESULTTHREAT=>TT_SCANRESULTTHREATS TT_SCANRESULTTHREATS

The threats that were detected during the malware scan.


Queryable Attributes

ScanResultStatus

Status indicating whether threats were found for a completed scan.

Accessible with the following methods

Method Description
GET_SCANRESULTSTATUS() Getter for SCANRESULTSTATUS, with configurable default
ASK_SCANRESULTSTATUS() Getter for SCANRESULTSTATUS w/ exceptions if field has no va
HAS_SCANRESULTSTATUS() Determine if SCANRESULTSTATUS has a value

SkippedFileCount

The total number of files that were skipped during the scan.

Accessible with the following methods

Method Description
GET_SKIPPEDFILECOUNT() Getter for SKIPPEDFILECOUNT, with configurable default
ASK_SKIPPEDFILECOUNT() Getter for SKIPPEDFILECOUNT w/ exceptions if field has no va
HAS_SKIPPEDFILECOUNT() Determine if SKIPPEDFILECOUNT has a value

FailedFileCount

The total number of files that failed to be scanned.

Accessible with the following methods

Method Description
GET_FAILEDFILECOUNT() Getter for FAILEDFILECOUNT, with configurable default
ASK_FAILEDFILECOUNT() Getter for FAILEDFILECOUNT w/ exceptions if field has no val
HAS_FAILEDFILECOUNT() Determine if FAILEDFILECOUNT has a value

ThreatFoundFileCount

The total number of files in which threats were detected.

Accessible with the following methods

Method Description
GET_THREATFOUNDFILECOUNT() Getter for THREATFOUNDFILECOUNT, with configurable default
ASK_THREATFOUNDFILECOUNT() Getter for THREATFOUNDFILECOUNT w/ exceptions if field has n
HAS_THREATFOUNDFILECOUNT() Determine if THREATFOUNDFILECOUNT has a value

TotalFileCount

The total number of files that were processed during the scan.

Accessible with the following methods

Method Description
GET_TOTALFILECOUNT() Getter for TOTALFILECOUNT, with configurable default
ASK_TOTALFILECOUNT() Getter for TOTALFILECOUNT w/ exceptions if field has no valu
HAS_TOTALFILECOUNT() Determine if TOTALFILECOUNT has a value

TotalBytes

The total number of bytes that were scanned.

Accessible with the following methods

Method Description
GET_TOTALBYTES() Getter for TOTALBYTES, with configurable default
ASK_TOTALBYTES() Getter for TOTALBYTES w/ exceptions if field has no value
HAS_TOTALBYTES() Determine if TOTALBYTES has a value

UniqueThreatCount

The total number of unique threats that were detected during the scan.

Accessible with the following methods

Method Description
GET_UNIQUETHREATCOUNT() Getter for UNIQUETHREATCOUNT, with configurable default
ASK_UNIQUETHREATCOUNT() Getter for UNIQUETHREATCOUNT w/ exceptions if field has no v
HAS_UNIQUETHREATCOUNT() Determine if UNIQUETHREATCOUNT has a value

Threats

The threats that were detected during the malware scan.

Accessible with the following methods

Method Description
GET_THREATS() Getter for THREATS, with configurable default
ASK_THREATS() Getter for THREATS w/ exceptions if field has no value
HAS_THREATS() Determine if THREATS has a value