/AWS1/CL_AMPANOMALYDETECTORS00¶
The status information of an anomaly detector.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_statuscode TYPE /AWS1/AMPANOMALYDETECTORSTAT00 /AWS1/AMPANOMALYDETECTORSTAT00¶
The status code of the anomaly detector.
Optional arguments:¶
iv_statusreason TYPE /AWS1/AMPSTRING /AWS1/AMPSTRING¶
A description of the current status of the anomaly detector.
Queryable Attributes¶
statusCode¶
The status code of the anomaly detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |
statusReason¶
A description of the current status of the anomaly detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |