/AWS1/CL_IOXNOTIFCONFSUMMARY¶
Structure describing a notification configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_eventtype TYPE /AWS1/IOXEVENTTYPE /AWS1/IOXEVENTTYPE¶
The type of event triggering a device notification to the customer-managed destination.
iv_destinationname TYPE /AWS1/IOXDESTINATIONNAME /AWS1/IOXDESTINATIONNAME¶
The name of the destination for the notification configuration.
Queryable Attributes¶
EventType¶
The type of event triggering a device notification to the customer-managed destination.
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 |
DestinationName¶
The name of the destination for the notification configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONNAME() |
Getter for DESTINATIONNAME, with configurable default |
ASK_DESTINATIONNAME() |
Getter for DESTINATIONNAME w/ exceptions if field has no val |
HAS_DESTINATIONNAME() |
Determine if DESTINATIONNAME 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_NOTIFCONFLISTDEFINITION¶
TYPES TT_NOTIFCONFLISTDEFINITION TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXNOTIFCONFSUMMARY WITH DEFAULT KEY
.