/AWS1/CL_SMSVALIDATIONOUTPUT¶
Contains validation output.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_validationid TYPE /AWS1/SMSVALIDATIONID /AWS1/SMSVALIDATIONID¶
The ID of the validation.
iv_name TYPE /AWS1/SMSNONEMPTYSTRWMAXLEN255 /AWS1/SMSNONEMPTYSTRWMAXLEN255¶
The name 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.
iv_latestvalidationtime TYPE /AWS1/SMSTIMESTAMP /AWS1/SMSTIMESTAMP¶
The latest time that the validation was performed.
io_appvalidationoutput TYPE REF TO /AWS1/CL_SMSAPPVALIDATIONOUT /AWS1/CL_SMSAPPVALIDATIONOUT¶
The output from validating an application.
io_servervalidationoutput TYPE REF TO /AWS1/CL_SMSSERVERVALIDATION01 /AWS1/CL_SMSSERVERVALIDATION01¶
The output from validation an instance.
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 |
name¶
The name of the validation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME 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 |
latestValidationTime¶
The latest time that the validation was performed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTVALIDATIONTIME() |
Getter for LATESTVALIDATIONTIME, with configurable default |
ASK_LATESTVALIDATIONTIME() |
Getter for LATESTVALIDATIONTIME w/ exceptions if field has n |
HAS_LATESTVALIDATIONTIME() |
Determine if LATESTVALIDATIONTIME has a value |
appValidationOutput¶
The output from validating an application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPVALIDATIONOUTPUT() |
Getter for APPVALIDATIONOUTPUT |
serverValidationOutput¶
The output from validation an instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERVALIDATIONOUTPUT() |
Getter for SERVERVALIDATIONOUTPUT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_VALIDATIONOUTPUTLIST¶
TYPES TT_VALIDATIONOUTPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMSVALIDATIONOUTPUT WITH DEFAULT KEY
.