/AWS1/CL_CUSUPLOADJOBITEM¶
The summary information for an individual upload job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobid TYPE /AWS1/CUSUUID /AWS1/CUSUUID¶
The unique identifier of the upload job.
iv_displayname TYPE /AWS1/CUSSTRING1TO255 /AWS1/CUSSTRING1TO255¶
The name of the upload job.
iv_status TYPE /AWS1/CUSUPLOADJOBSTATUS /AWS1/CUSUPLOADJOBSTATUS¶
The current status of the upload job.
iv_statusreason TYPE /AWS1/CUSSTATUSREASON /AWS1/CUSSTATUSREASON¶
The reason for the current status of the upload job.
iv_createdat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp when the upload job was created.
iv_completedat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp when the upload job was completed.
iv_dataexpiry TYPE /AWS1/CUSEXPIRATIONDAYSINTEGER /AWS1/CUSEXPIRATIONDAYSINTEGER¶
The expiry duration for the profiles ingested with the upload job.
Queryable Attributes¶
JobId¶
The unique identifier of the upload 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 |
DisplayName¶
The name of the upload job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Status¶
The current status of the upload 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 |
StatusReason¶
The reason for the current status of the upload job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
CreatedAt¶
The timestamp when the upload job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
CompletedAt¶
The timestamp when the upload job was completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETEDAT() |
Getter for COMPLETEDAT, with configurable default |
ASK_COMPLETEDAT() |
Getter for COMPLETEDAT w/ exceptions if field has no value |
HAS_COMPLETEDAT() |
Determine if COMPLETEDAT has a value |
DataExpiry¶
The expiry duration for the profiles ingested with the upload job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAEXPIRY() |
Getter for DATAEXPIRY, with configurable default |
ASK_DATAEXPIRY() |
Getter for DATAEXPIRY w/ exceptions if field has no value |
HAS_DATAEXPIRY() |
Determine if DATAEXPIRY 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_UPLOADJOBSLIST¶
TYPES TT_UPLOADJOBSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSUPLOADJOBITEM WITH DEFAULT KEY
.