/AWS1/CL_IOSDATASEGENRCHMNT¶
Contains enrichment status information for a data segment.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/IOSENRICHMENTSTATUS /AWS1/IOSENRICHMENTSTATUS¶
The enrichment status of the data segment.
Optional arguments:¶
iv_lastenrichedat TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP¶
The date the data segment was last enriched, in Unix epoch time.
Queryable Attributes¶
status¶
The enrichment status of the data segment.
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 |
lastEnrichedAt¶
The date the data segment was last enriched, in Unix epoch time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTENRICHEDAT() |
Getter for LASTENRICHEDAT, with configurable default |
ASK_LASTENRICHEDAT() |
Getter for LASTENRICHEDAT w/ exceptions if field has no valu |
HAS_LASTENRICHEDAT() |
Determine if LASTENRICHEDAT has a value |