/AWS1/CL_IOAGETDSCONTENTRSP¶
GetDatasetContentResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_entries TYPE /AWS1/CL_IOADATASETENTRY=>TT_DATASETENTRIES TT_DATASETENTRIES¶
A list of
DatasetEntryobjects.
iv_timestamp TYPE /AWS1/IOATIMESTAMP /AWS1/IOATIMESTAMP¶
The time when the request was made.
io_status TYPE REF TO /AWS1/CL_IOADSCONTENTSTATUS /AWS1/CL_IOADSCONTENTSTATUS¶
The status of the dataset content.
Queryable Attributes¶
entries¶
A list of
DatasetEntryobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTRIES() |
Getter for ENTRIES, with configurable default |
ASK_ENTRIES() |
Getter for ENTRIES w/ exceptions if field has no value |
HAS_ENTRIES() |
Determine if ENTRIES has a value |
timestamp¶
The time when the request was made.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
status¶
The status of the dataset content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |