/AWS1/CL_LM2BOTLOCALEHISTORY00¶
Provides information about an event that occurred affecting the bot locale.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_event TYPE /AWS1/LM2BOTLOCALEHISTORYEVT00 /AWS1/LM2BOTLOCALEHISTORYEVT00¶
A description of the event that occurred.
iv_eventdate TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP¶
A timestamp of the date and time that the event occurred.
Queryable Attributes¶
event¶
A description of the event that occurred.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENT() |
Getter for EVENT, with configurable default |
ASK_EVENT() |
Getter for EVENT w/ exceptions if field has no value |
HAS_EVENT() |
Determine if EVENT has a value |
eventDate¶
A timestamp of the date and time that the event occurred.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTDATE() |
Getter for EVENTDATE, with configurable default |
ASK_EVENTDATE() |
Getter for EVENTDATE w/ exceptions if field has no value |
HAS_EVENTDATE() |
Determine if EVENTDATE 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_BOTLOCALEHISTORYEVENTSLIST¶
TYPES TT_BOTLOCALEHISTORYEVENTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2BOTLOCALEHISTORY00 WITH DEFAULT KEY
.