/AWS1/CL_SMIFINDINGSUMMARY¶
Identifying information about the finding.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/SMIFINDINGID /AWS1/SMIFINDINGID¶
The ID of the finding.
iv_lastmodifiedtime TYPE /AWS1/SMITIMESTAMP /AWS1/SMITIMESTAMP¶
The timestamp for when the finding was last updated.
Queryable Attributes¶
id¶
The ID of the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
lastModifiedTime¶
The timestamp for when the finding was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME 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_FINDINGSUMMARYLIST¶
TYPES TT_FINDINGSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMIFINDINGSUMMARY WITH DEFAULT KEY
.