/AWS1/CL_LOMANOMALYGROUPSUMM¶
Details about a group of anomalous metrics.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_starttime TYPE /AWS1/LOMTIMESTAMPSTRING /AWS1/LOMTIMESTAMPSTRING¶
The start time for the group.
iv_endtime TYPE /AWS1/LOMTIMESTAMPSTRING /AWS1/LOMTIMESTAMPSTRING¶
The end time for the group.
iv_anomalygroupid TYPE /AWS1/LOMUUID /AWS1/LOMUUID¶
The ID of the anomaly group.
iv_anomalygroupscore TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The severity score of the group.
iv_primarymetricname TYPE /AWS1/LOMMETRICNAME /AWS1/LOMMETRICNAME¶
The name of the primary affected measure for the group.
Queryable Attributes¶
StartTime¶
The start time for the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The end time for the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
AnomalyGroupId¶
The ID of the anomaly group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYGROUPID() |
Getter for ANOMALYGROUPID, with configurable default |
ASK_ANOMALYGROUPID() |
Getter for ANOMALYGROUPID w/ exceptions if field has no valu |
HAS_ANOMALYGROUPID() |
Determine if ANOMALYGROUPID has a value |
AnomalyGroupScore¶
The severity score of the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYGROUPSCORE() |
Getter for ANOMALYGROUPSCORE, with configurable default |
ASK_ANOMALYGROUPSCORE() |
Getter for ANOMALYGROUPSCORE w/ exceptions if field has no v |
STR_ANOMALYGROUPSCORE() |
String format for ANOMALYGROUPSCORE, with configurable defau |
HAS_ANOMALYGROUPSCORE() |
Determine if ANOMALYGROUPSCORE has a value |
PrimaryMetricName¶
The name of the primary affected measure for the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIMARYMETRICNAME() |
Getter for PRIMARYMETRICNAME, with configurable default |
ASK_PRIMARYMETRICNAME() |
Getter for PRIMARYMETRICNAME w/ exceptions if field has no v |
HAS_PRIMARYMETRICNAME() |
Determine if PRIMARYMETRICNAME 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_ANOMALYGROUPSUMMARYLIST¶
TYPES TT_ANOMALYGROUPSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOMANOMALYGROUPSUMM WITH DEFAULT KEY
.