Skip to content

/AWS1/CL_EKSUPDATE

An object representing an asynchronous update.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ID TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING

A UUID that is used to track the update.

IV_STATUS TYPE /AWS1/EKSUPDATESTATUS /AWS1/EKSUPDATESTATUS

The current status of the update.

IV_TYPE TYPE /AWS1/EKSUPDATETYPE /AWS1/EKSUPDATETYPE

The type of the update.

IT_PARAMS TYPE /AWS1/CL_EKSUPDATEPARAM=>TT_UPDATEPARAMS TT_UPDATEPARAMS

A key-value map that contains the parameters associated with the update.

IV_CREATEDAT TYPE /AWS1/EKSTIMESTAMP /AWS1/EKSTIMESTAMP

The Unix epoch timestamp at object creation.

IT_ERRORS TYPE /AWS1/CL_EKSERRORDETAIL=>TT_ERRORDETAILS TT_ERRORDETAILS

Any errors associated with a Failed update.


Queryable Attributes

id

A UUID that is used to track the update.

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 current status of the update.

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

type

The type of the update.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

params

A key-value map that contains the parameters associated with the update.

Accessible with the following methods

Method Description
GET_PARAMS() Getter for PARAMS, with configurable default
ASK_PARAMS() Getter for PARAMS w/ exceptions if field has no value
HAS_PARAMS() Determine if PARAMS has a value

createdAt

The Unix epoch timestamp at object creation.

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

errors

Any errors associated with a Failed update.

Accessible with the following methods

Method Description
GET_ERRORS() Getter for ERRORS, with configurable default
ASK_ERRORS() Getter for ERRORS w/ exceptions if field has no value
HAS_ERRORS() Determine if ERRORS has a value