/AWS1/CL_GUPANOMALYINSTANCE¶
The specific duration in which the metric is flagged as anomalous.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/GUPSTRING /AWS1/GUPSTRING¶
The universally unique identifier (UUID) of an instance of an anomaly in a metric.
iv_starttime TYPE /AWS1/GUPTIMESTAMP /AWS1/GUPTIMESTAMP¶
The start time of the period during which the metric is flagged as anomalous. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
Optional arguments:¶
iv_endtime TYPE /AWS1/GUPTIMESTAMP /AWS1/GUPTIMESTAMP¶
The end time of the period during which the metric is flagged as anomalous. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
io_userfeedback TYPE REF TO /AWS1/CL_GUPUSERFEEDBACK /AWS1/CL_GUPUSERFEEDBACK¶
Feedback type on a specific instance of anomaly submitted by the user.
Queryable Attributes¶
id¶
The universally unique identifier (UUID) of an instance of an anomaly in a metric.
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 |
startTime¶
The start time of the period during which the metric is flagged as anomalous. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
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 of the period during which the metric is flagged as anomalous. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
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 |
userFeedback¶
Feedback type on a specific instance of anomaly submitted by the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERFEEDBACK() |
Getter for USERFEEDBACK |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ANOMALYINSTANCES¶
TYPES TT_ANOMALYINSTANCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GUPANOMALYINSTANCE WITH DEFAULT KEY
.