/AWS1/CL_GDYITEMPATH¶
Information about the nested item path and hash of the protected resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nesteditempath TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The nested item path where the infected file was found.
iv_hash TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The hash value of the infected resource.
Queryable Attributes¶
NestedItemPath¶
The nested item path where the infected file was found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NESTEDITEMPATH() |
Getter for NESTEDITEMPATH, with configurable default |
ASK_NESTEDITEMPATH() |
Getter for NESTEDITEMPATH w/ exceptions if field has no valu |
HAS_NESTEDITEMPATH() |
Determine if NESTEDITEMPATH has a value |
Hash¶
The hash value of the infected resource.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ITEMPATHS¶
TYPES TT_ITEMPATHS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYITEMPATH WITH DEFAULT KEY
.