/AWS1/CL_CHPREALTIMEALERTRULE¶
Specifies the words or phrases that trigger an alert.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/CHPREALTIMEALERTRULETYPE /AWS1/CHPREALTIMEALERTRULETYPE¶
The type of alert rule.
Optional arguments:¶
io_keywordmatchconfiguration TYPE REF TO /AWS1/CL_CHPKEYWORDMATCHCONF /AWS1/CL_CHPKEYWORDMATCHCONF¶
Specifies the settings for matching the keywords in a real-time alert rule.
io_sentimentconfiguration TYPE REF TO /AWS1/CL_CHPSENTIMENTCONF /AWS1/CL_CHPSENTIMENTCONF¶
Specifies the settings for predicting sentiment in a real-time alert rule.
io_issuedetectionconf TYPE REF TO /AWS1/CL_CHPISSUEDETECTIONCONF /AWS1/CL_CHPISSUEDETECTIONCONF¶
Specifies the issue detection settings for a real-time alert rule.
Queryable Attributes¶
Type¶
The type of alert rule.
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 |
KeywordMatchConfiguration¶
Specifies the settings for matching the keywords in a real-time alert rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYWORDMATCHCONF() |
Getter for KEYWORDMATCHCONFIGURATION |
SentimentConfiguration¶
Specifies the settings for predicting sentiment in a real-time alert rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENTIMENTCONFIGURATION() |
Getter for SENTIMENTCONFIGURATION |
IssueDetectionConfiguration¶
Specifies the issue detection settings for a real-time alert rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISSUEDETECTIONCONF() |
Getter for ISSUEDETECTIONCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REALTIMEALERTRULELIST¶
TYPES TT_REALTIMEALERTRULELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CHPREALTIMEALERTRULE WITH DEFAULT KEY
.