/AWS1/CL_IOGFLOWEXECMESSAGE¶
An object that contains information about a flow event.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_messageid TYPE /AWS1/IOGFLOWEXECMESSAGEID /AWS1/IOGFLOWEXECMESSAGEID¶
The unique identifier of the message.
iv_eventtype TYPE /AWS1/IOGFLOWEXECEVENTTYPE /AWS1/IOGFLOWEXECEVENTTYPE¶
The type of flow event .
iv_timestamp TYPE /AWS1/IOGTIMESTAMP /AWS1/IOGTIMESTAMP¶
The date and time when the message was last updated.
iv_payload TYPE /AWS1/IOGFLOWEXECMSGPAYLOAD /AWS1/IOGFLOWEXECMSGPAYLOAD¶
A string containing information about the flow event.
Queryable Attributes¶
messageId¶
The unique identifier of the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEID() |
Getter for MESSAGEID, with configurable default |
ASK_MESSAGEID() |
Getter for MESSAGEID w/ exceptions if field has no value |
HAS_MESSAGEID() |
Determine if MESSAGEID has a value |
eventType¶
The type of flow event .
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTTYPE() |
Getter for EVENTTYPE, with configurable default |
ASK_EVENTTYPE() |
Getter for EVENTTYPE w/ exceptions if field has no value |
HAS_EVENTTYPE() |
Determine if EVENTTYPE has a value |
timestamp¶
The date and time when the message was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
payload¶
A string containing information about the flow event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOAD() |
Getter for PAYLOAD, with configurable default |
ASK_PAYLOAD() |
Getter for PAYLOAD w/ exceptions if field has no value |
HAS_PAYLOAD() |
Determine if PAYLOAD has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FLOWEXECUTIONMESSAGES¶
TYPES TT_FLOWEXECUTIONMESSAGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOGFLOWEXECMESSAGE WITH DEFAULT KEY
.