Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
AnomalyDataPoint.Builder |
AnomalyDataPoint.Builder.anomaly(Double anomaly)
if the value is anomaly or not 0 indicates not an anomaly -1 indicates value is below the
threshold +1 indicates value is above the threshold
|
static AnomalyDataPoint.Builder |
AnomalyDataPoint.builder()
Create a new builder.
|
AnomalyDataPoint.Builder |
AnomalyDataPoint.Builder.copy(AnomalyDataPoint model) |
AnomalyDataPoint.Builder |
AnomalyDataPoint.Builder.high(Double high)
upper threshold for the metric value
|
AnomalyDataPoint.Builder |
AnomalyDataPoint.Builder.low(Double low)
lower threshold for the metric value
|
AnomalyDataPoint.Builder |
AnomalyDataPoint.Builder.timestamp(Date timestamp)
timestamp of when the metric was collected
|
AnomalyDataPoint.Builder |
AnomalyDataPoint.toBuilder() |
AnomalyDataPoint.Builder |
AnomalyDataPoint.Builder.value(Double value)
value for the metric data point
|
Copyright © 2016–2024. All rights reserved.