/AWS1/CL_SMSNOTIFCONTEXT¶
Contains the status of validating an application.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_validationid TYPE /AWS1/SMSVALIDATIONID /AWS1/SMSVALIDATIONID¶
The ID of the validation.
iv_status TYPE /AWS1/SMSVALIDATIONSTATUS /AWS1/SMSVALIDATIONSTATUS¶
The status of the validation.
iv_statusmessage TYPE /AWS1/SMSVALIDATIONSTATUSMSG /AWS1/SMSVALIDATIONSTATUSMSG¶
The status message.
Queryable Attributes¶
validationId¶
The ID of the validation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONID() |
Getter for VALIDATIONID, with configurable default |
ASK_VALIDATIONID() |
Getter for VALIDATIONID w/ exceptions if field has no value |
HAS_VALIDATIONID() |
Determine if VALIDATIONID has a value |
status¶
The status of the validation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusMessage¶
The status message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |