/AWS1/CL_DOGENDTIMERANGE¶
A range of time that specifies when anomalous behavior in an anomaly or insight ended.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_fromtime TYPE /AWS1/DOGTIMESTAMP /AWS1/DOGTIMESTAMP¶
The earliest end time in the time range.
iv_totime TYPE /AWS1/DOGTIMESTAMP /AWS1/DOGTIMESTAMP¶
The latest end time in the time range.
Queryable Attributes¶
FromTime¶
The earliest end time in the time range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FROMTIME() |
Getter for FROMTIME, with configurable default |
ASK_FROMTIME() |
Getter for FROMTIME w/ exceptions if field has no value |
HAS_FROMTIME() |
Determine if FROMTIME has a value |
ToTime¶
The latest end time in the time range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTIME() |
Getter for TOTIME, with configurable default |
ASK_TOTIME() |
Getter for TOTIME w/ exceptions if field has no value |
HAS_TOTIME() |
Determine if TOTIME has a value |