/AWS1/CL_SGHRSPPAYLOADPART¶
Response payload part structure.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bytes TYPE /AWS1/SGHSENSITIVEBLOB /AWS1/SGHSENSITIVEBLOB¶
The payload bytes.
iv_datatype TYPE /AWS1/SGHSTRING /AWS1/SGHSTRING¶
Data type header. Can be one of these possible values: "UTF8", "BINARY".
iv_completionstate TYPE /AWS1/SGHSTRING /AWS1/SGHSTRING¶
Completion state header. Can be one of these possible values: "PARTIAL", "COMPLETE".
iv_p TYPE /AWS1/SGHSTRING /AWS1/SGHSTRING¶
Padding string for alignment.
Queryable Attributes¶
Bytes¶
The payload bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BYTES() |
Getter for BYTES, with configurable default |
ASK_BYTES() |
Getter for BYTES w/ exceptions if field has no value |
HAS_BYTES() |
Determine if BYTES has a value |
DataType¶
Data type header. Can be one of these possible values: "UTF8", "BINARY".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATATYPE() |
Getter for DATATYPE, with configurable default |
ASK_DATATYPE() |
Getter for DATATYPE w/ exceptions if field has no value |
HAS_DATATYPE() |
Determine if DATATYPE has a value |
CompletionState¶
Completion state header. Can be one of these possible values: "PARTIAL", "COMPLETE".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETIONSTATE() |
Getter for COMPLETIONSTATE, with configurable default |
ASK_COMPLETIONSTATE() |
Getter for COMPLETIONSTATE w/ exceptions if field has no val |
HAS_COMPLETIONSTATE() |
Determine if COMPLETIONSTATE has a value |
P¶
Padding string for alignment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_P() |
Getter for P, with configurable default |
ASK_P() |
Getter for P w/ exceptions if field has no value |
HAS_P() |
Determine if P has a value |