/AWS1/CL_SAGDELTHREATMODELFAIL¶
Contains information about a threat model that failed to delete.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_threatmodelid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The unique identifier of the threat model that failed to delete.
iv_reason TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The reason the threat model failed to delete.
Queryable Attributes¶
threatModelId¶
The unique identifier of the threat model that failed to delete.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THREATMODELID() |
Getter for THREATMODELID, with configurable default |
ASK_THREATMODELID() |
Getter for THREATMODELID w/ exceptions if field has no value |
HAS_THREATMODELID() |
Determine if THREATMODELID has a value |
reason¶
The reason the threat model failed to delete.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON 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_DELETETHREATMODELFAILLIST¶
TYPES TT_DELETETHREATMODELFAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGDELTHREATMODELFAIL WITH DEFAULT KEY
.