Skip to content

/AWS1/CL_CNTEXPIRY

An object to specify the expiration of a routing step.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_durationinseconds TYPE /AWS1/CNTDURATIONINSECONDS /AWS1/CNTDURATIONINSECONDS

The number of seconds to wait before expiring the routing step.

iv_expirytimestamp TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP

The timestamp indicating when the routing step expires.


Queryable Attributes

DurationInSeconds

The number of seconds to wait before expiring the routing step.

Accessible with the following methods

Method Description
GET_DURATIONINSECONDS() Getter for DURATIONINSECONDS, with configurable default
ASK_DURATIONINSECONDS() Getter for DURATIONINSECONDS w/ exceptions if field has no v
HAS_DURATIONINSECONDS() Determine if DURATIONINSECONDS has a value

ExpiryTimestamp

The timestamp indicating when the routing step expires.

Accessible with the following methods

Method Description
GET_EXPIRYTIMESTAMP() Getter for EXPIRYTIMESTAMP, with configurable default
ASK_EXPIRYTIMESTAMP() Getter for EXPIRYTIMESTAMP w/ exceptions if field has no val
HAS_EXPIRYTIMESTAMP() Determine if EXPIRYTIMESTAMP has a value