/AWS1/CL_CNPSENDEVENTRESPONSE¶
SendEventResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/CNPCHATITEMID /AWS1/CNPCHATITEMID¶
The ID of the response.
iv_absolutetime TYPE /AWS1/CNPINSTANT /AWS1/CNPINSTANT¶
The time when the event was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Queryable Attributes¶
Id¶
The ID of the response.
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 |
AbsoluteTime¶
The time when the event was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ABSOLUTETIME() |
Getter for ABSOLUTETIME, with configurable default |
ASK_ABSOLUTETIME() |
Getter for ABSOLUTETIME w/ exceptions if field has no value |
HAS_ABSOLUTETIME() |
Determine if ABSOLUTETIME has a value |