/AWS1/CL_MDLMULTIPLEXALERT¶
An alert on a multiplex
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_alerttype TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The type of the alert
iv_clearedtimestamp TYPE /AWS1/MDL__TIMESTAMPISO8601 /AWS1/MDL__TIMESTAMPISO8601¶
The time when the alert was cleared
iv_id TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The unique ID for this alert instance
iv_message TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The user facing alert message which can have more context
iv_pipelineid TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The ID of the pipeline this alert is associated with
iv_settimestamp TYPE /AWS1/MDL__TIMESTAMPISO8601 /AWS1/MDL__TIMESTAMPISO8601¶
The time when the alert was set
iv_state TYPE /AWS1/MDLMULTIPLEXALERTSTATE /AWS1/MDLMULTIPLEXALERTSTATE¶
The state of the alert
Queryable Attributes¶
AlertType¶
The type of the alert
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALERTTYPE() |
Getter for ALERTTYPE, with configurable default |
ASK_ALERTTYPE() |
Getter for ALERTTYPE w/ exceptions if field has no value |
HAS_ALERTTYPE() |
Determine if ALERTTYPE has a value |
ClearedTimestamp¶
The time when the alert was cleared
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLEAREDTIMESTAMP() |
Getter for CLEAREDTIMESTAMP, with configurable default |
ASK_CLEAREDTIMESTAMP() |
Getter for CLEAREDTIMESTAMP w/ exceptions if field has no va |
HAS_CLEAREDTIMESTAMP() |
Determine if CLEAREDTIMESTAMP has a value |
Id¶
The unique ID for this alert instance
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 |
Message¶
The user facing alert message which can have more context
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
PipelineId¶
The ID of the pipeline this alert is associated with
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEID() |
Getter for PIPELINEID, with configurable default |
ASK_PIPELINEID() |
Getter for PIPELINEID w/ exceptions if field has no value |
HAS_PIPELINEID() |
Determine if PIPELINEID has a value |
SetTimestamp¶
The time when the alert was set
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SETTIMESTAMP() |
Getter for SETTIMESTAMP, with configurable default |
ASK_SETTIMESTAMP() |
Getter for SETTIMESTAMP w/ exceptions if field has no value |
HAS_SETTIMESTAMP() |
Determine if SETTIMESTAMP has a value |
State¶
The state of the alert
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE 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___LISTOFMULTIPLEXALERT¶
TYPES TT___LISTOFMULTIPLEXALERT TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLMULTIPLEXALERT WITH DEFAULT KEY
.