/AWS1/CL_SHBGROUPBYVALUE¶
Represents individual aggregated results when grouping security findings for each GroupByField.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_fieldvalue TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The value of the field by which findings are grouped.
iv_count TYPE /AWS1/SHBINTEGER /AWS1/SHBINTEGER¶
The number of findings for a specific
FieldValueandGroupByField.
Queryable Attributes¶
FieldValue¶
The value of the field by which findings are grouped.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDVALUE() |
Getter for FIELDVALUE, with configurable default |
ASK_FIELDVALUE() |
Getter for FIELDVALUE w/ exceptions if field has no value |
HAS_FIELDVALUE() |
Determine if FIELDVALUE has a value |
Count¶
The number of findings for a specific
FieldValueandGroupByField.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GROUPBYVALUES¶
TYPES TT_GROUPBYVALUES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBGROUPBYVALUE WITH DEFAULT KEY
.