/AWS1/CL_AFBDEVICEEVENT¶
The list of device events.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/AFBDEVICEEVENTTYPE /AWS1/AFBDEVICEEVENTTYPE¶
The type of device event.
iv_value TYPE /AWS1/AFBDEVICEEVENTVALUE /AWS1/AFBDEVICEEVENTVALUE¶
The value of the event.
iv_timestamp TYPE /AWS1/AFBDEVICEEVENTTIME /AWS1/AFBDEVICEEVENTTIME¶
The time (in epoch) when the event occurred.
Queryable Attributes¶
Type¶
The type of device event.
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 |
Value¶
The value of the event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Timestamp¶
The time (in epoch) when the event occurred.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DEVICEEVENTLIST¶
TYPES TT_DEVICEEVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AFBDEVICEEVENT WITH DEFAULT KEY
.