/AWS1/CL_GUSCATWITHFINDINGNUM¶
Information about a finding category with open findings.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_categoryname
TYPE /AWS1/GUSSTRING
/AWS1/GUSSTRING
¶
The name of the finding category. A finding category is determined by the detector that detected the finding.
iv_findingnumber
TYPE /AWS1/GUSINTEGER
/AWS1/GUSINTEGER
¶
The number of open findings in the category.
Queryable Attributes¶
categoryName¶
The name of the finding category. A finding category is determined by the detector that detected the finding.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CATEGORYNAME() |
Getter for CATEGORYNAME, with configurable default |
ASK_CATEGORYNAME() |
Getter for CATEGORYNAME w/ exceptions if field has no value |
HAS_CATEGORYNAME() |
Determine if CATEGORYNAME has a value |
findingNumber¶
The number of open findings in the category.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FINDINGNUMBER() |
Getter for FINDINGNUMBER, with configurable default |
ASK_FINDINGNUMBER() |
Getter for FINDINGNUMBER w/ exceptions if field has no value |
HAS_FINDINGNUMBER() |
Determine if FINDINGNUMBER 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_CATEGORIESWITHMOSTFINDINGS
¶
TYPES TT_CATEGORIESWITHMOSTFINDINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GUSCATWITHFINDINGNUM WITH DEFAULT KEY
.