/AWS1/CL_TRLIMPORTSLISTITEM¶
Contains information about an import that was returned by a lookup request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_importid TYPE /AWS1/TRLUUID /AWS1/TRLUUID¶
The ID of the import.
iv_importstatus TYPE /AWS1/TRLIMPORTSTATUS /AWS1/TRLIMPORTSTATUS¶
The status of the import.
it_destinations TYPE /AWS1/CL_TRLIMPORTDSTS_W=>TT_IMPORTDESTINATIONS TT_IMPORTDESTINATIONS¶
The ARN of the destination event data store.
iv_createdtimestamp TYPE /AWS1/TRLDATE /AWS1/TRLDATE¶
The timestamp of the import's creation.
iv_updatedtimestamp TYPE /AWS1/TRLDATE /AWS1/TRLDATE¶
The timestamp of the import's last update.
Queryable Attributes¶
ImportId¶
The ID of the import.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTID() |
Getter for IMPORTID, with configurable default |
ASK_IMPORTID() |
Getter for IMPORTID w/ exceptions if field has no value |
HAS_IMPORTID() |
Determine if IMPORTID has a value |
ImportStatus¶
The status of the import.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTSTATUS() |
Getter for IMPORTSTATUS, with configurable default |
ASK_IMPORTSTATUS() |
Getter for IMPORTSTATUS w/ exceptions if field has no value |
HAS_IMPORTSTATUS() |
Determine if IMPORTSTATUS has a value |
Destinations¶
The ARN of the destination event data store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONS() |
Getter for DESTINATIONS, with configurable default |
ASK_DESTINATIONS() |
Getter for DESTINATIONS w/ exceptions if field has no value |
HAS_DESTINATIONS() |
Determine if DESTINATIONS has a value |
CreatedTimestamp¶
The timestamp of the import's creation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
UpdatedTimestamp¶
The timestamp of the import's last update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDTIMESTAMP() |
Getter for UPDATEDTIMESTAMP, with configurable default |
ASK_UPDATEDTIMESTAMP() |
Getter for UPDATEDTIMESTAMP w/ exceptions if field has no va |
HAS_UPDATEDTIMESTAMP() |
Determine if UPDATEDTIMESTAMP has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMPORTSLIST¶
TYPES TT_IMPORTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TRLIMPORTSLISTITEM WITH DEFAULT KEY
.