/AWS1/CL_FNTINVALIDATION¶
An invalidation.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_id
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
The identifier for the invalidation request. For example:
IDFDVBD632BHDS5
.
iv_status
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
The status of the invalidation request. When the invalidation batch is finished, the status is
Completed
.
iv_createtime
TYPE /AWS1/FNTTIMESTAMP
/AWS1/FNTTIMESTAMP
¶
The date and time the invalidation request was first made.
io_invalidationbatch
TYPE REF TO /AWS1/CL_FNTINVALIDATIONBATCH
/AWS1/CL_FNTINVALIDATIONBATCH
¶
The current invalidation information for the batch request.
Queryable Attributes¶
Id¶
The identifier for the invalidation request. For example:
IDFDVBD632BHDS5
.
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 invalidation request. When the invalidation batch is finished, the status is
Completed
.
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 |
CreateTime¶
The date and time the invalidation request was first made.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
InvalidationBatch¶
The current invalidation information for the batch request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INVALIDATIONBATCH() |
Getter for INVALIDATIONBATCH |