/AWS1/CL_GUSSUGGESTEDFIX¶
Information about the suggested code fix to remediate a finding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_description TYPE /AWS1/GUSSTRING /AWS1/GUSSTRING¶
A description of the suggested code fix and why it is being suggested.
iv_code TYPE /AWS1/GUSSTRING /AWS1/GUSSTRING¶
The suggested code fix. If applicable, includes code patch to replace your source code.
Queryable Attributes¶
description¶
A description of the suggested code fix and why it is being suggested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
code¶
The suggested code fix. If applicable, includes code patch to replace your source code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE 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_SUGGESTEDFIXES¶
TYPES TT_SUGGESTEDFIXES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GUSSUGGESTEDFIX WITH DEFAULT KEY
.