/AWS1/CL_IOAREPROCESSINGSUMM¶
Information about pipeline reprocessing.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/IOAREPROCESSINGID /AWS1/IOAREPROCESSINGID¶
The
reprocessingIdreturned byStartPipelineReprocessing.
iv_status TYPE /AWS1/IOAREPROCESSINGSTATUS /AWS1/IOAREPROCESSINGSTATUS¶
The status of the pipeline reprocessing.
iv_creationtime TYPE /AWS1/IOATIMESTAMP /AWS1/IOATIMESTAMP¶
The time the pipeline reprocessing was created.
Queryable Attributes¶
id¶
The
reprocessingIdreturned byStartPipelineReprocessing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
status¶
The status of the pipeline reprocessing.
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 |
creationTime¶
The time the pipeline reprocessing was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME 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_REPROCESSINGSUMMARIES¶
TYPES TT_REPROCESSINGSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOAREPROCESSINGSUMM WITH DEFAULT KEY
.