/AWS1/CL_SEBGETADDRESSLSTIMP01¶
GetAddressListImportJobResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobid TYPE /AWS1/SEBJOBID /AWS1/SEBJOBID¶
The identifier of the import job.
iv_name TYPE /AWS1/SEBJOBNAME /AWS1/SEBJOBNAME¶
A user-friendly name for the import job.
iv_status TYPE /AWS1/SEBIMPORTJOBSTATUS /AWS1/SEBIMPORTJOBSTATUS¶
The status of the import job.
iv_presignedurl TYPE /AWS1/SEBPRESIGNEDURL /AWS1/SEBPRESIGNEDURL¶
The pre-signed URL target for uploading the input file.
io_importdataformat TYPE REF TO /AWS1/CL_SEBIMPORTDATAFORMAT /AWS1/CL_SEBIMPORTDATAFORMAT¶
The format of the input for an import job.
iv_addresslistid TYPE /AWS1/SEBADDRESSLISTID /AWS1/SEBADDRESSLISTID¶
The unique identifier of the address list the import job was created for.
iv_createdtimestamp TYPE /AWS1/SEBTIMESTAMP /AWS1/SEBTIMESTAMP¶
The timestamp of when the import job was created.
Optional arguments:¶
iv_importeditemscount TYPE /AWS1/SEBJOBITEMSCOUNT /AWS1/SEBJOBITEMSCOUNT¶
The number of input addresses successfully imported into the address list.
iv_faileditemscount TYPE /AWS1/SEBJOBITEMSCOUNT /AWS1/SEBJOBITEMSCOUNT¶
The number of input addresses that failed to be imported into the address list.
iv_starttimestamp TYPE /AWS1/SEBTIMESTAMP /AWS1/SEBTIMESTAMP¶
The timestamp of when the import job was started.
iv_completedtimestamp TYPE /AWS1/SEBTIMESTAMP /AWS1/SEBTIMESTAMP¶
The timestamp of when the import job was completed.
iv_error TYPE /AWS1/SEBERRORMESSAGE /AWS1/SEBERRORMESSAGE¶
The reason for failure of an import job.
Queryable Attributes¶
JobId¶
The identifier of the import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
Name¶
A user-friendly name for the import job.
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 import job.
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 |
PreSignedUrl¶
The pre-signed URL target for uploading the input file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRESIGNEDURL() |
Getter for PRESIGNEDURL, with configurable default |
ASK_PRESIGNEDURL() |
Getter for PRESIGNEDURL w/ exceptions if field has no value |
HAS_PRESIGNEDURL() |
Determine if PRESIGNEDURL has a value |
ImportedItemsCount¶
The number of input addresses successfully imported into the address list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTEDITEMSCOUNT() |
Getter for IMPORTEDITEMSCOUNT, with configurable default |
ASK_IMPORTEDITEMSCOUNT() |
Getter for IMPORTEDITEMSCOUNT w/ exceptions if field has no |
HAS_IMPORTEDITEMSCOUNT() |
Determine if IMPORTEDITEMSCOUNT has a value |
FailedItemsCount¶
The number of input addresses that failed to be imported into the address list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDITEMSCOUNT() |
Getter for FAILEDITEMSCOUNT, with configurable default |
ASK_FAILEDITEMSCOUNT() |
Getter for FAILEDITEMSCOUNT w/ exceptions if field has no va |
HAS_FAILEDITEMSCOUNT() |
Determine if FAILEDITEMSCOUNT has a value |
ImportDataFormat¶
The format of the input for an import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTDATAFORMAT() |
Getter for IMPORTDATAFORMAT |
AddressListId¶
The unique identifier of the address list the import job was created for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSLISTID() |
Getter for ADDRESSLISTID, with configurable default |
ASK_ADDRESSLISTID() |
Getter for ADDRESSLISTID w/ exceptions if field has no value |
HAS_ADDRESSLISTID() |
Determine if ADDRESSLISTID has a value |
CreatedTimestamp¶
The timestamp of when the import job was created.
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 |
StartTimestamp¶
The timestamp of when the import job was started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIMESTAMP() |
Getter for STARTTIMESTAMP, with configurable default |
ASK_STARTTIMESTAMP() |
Getter for STARTTIMESTAMP w/ exceptions if field has no valu |
HAS_STARTTIMESTAMP() |
Determine if STARTTIMESTAMP has a value |
CompletedTimestamp¶
The timestamp of when the import job was completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETEDTIMESTAMP() |
Getter for COMPLETEDTIMESTAMP, with configurable default |
ASK_COMPLETEDTIMESTAMP() |
Getter for COMPLETEDTIMESTAMP w/ exceptions if field has no |
HAS_COMPLETEDTIMESTAMP() |
Determine if COMPLETEDTIMESTAMP has a value |
Error¶
The reason for failure of an import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR, with configurable default |
ASK_ERROR() |
Getter for ERROR w/ exceptions if field has no value |
HAS_ERROR() |
Determine if ERROR has a value |