/AWS1/CL_PPTENDPTITEMRESPONSE¶
Provides the status code and message that result from processing data for an endpoint.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_message TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The custom message that's returned in the response as a result of processing the endpoint data.
iv_statuscode TYPE /AWS1/PPT__INTEGER /AWS1/PPT__INTEGER¶
The status code that's returned in the response as a result of processing the endpoint data.
Queryable Attributes¶
Message¶
The custom message that's returned in the response as a result of processing the endpoint data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
StatusCode¶
The status code that's returned in the response as a result of processing the endpoint data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |