Uses of Class
com.oracle.bmc.stackmonitoring.model.AnomalyDataPoint.Builder
-
Packages that use AnomalyDataPoint.Builder Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of AnomalyDataPoint.Builder in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return AnomalyDataPoint.Builder Modifier and Type Method 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 thresholdstatic 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 valueAnomalyDataPoint.Builder
AnomalyDataPoint.Builder. low(Double low)
lower threshold for the metric valueAnomalyDataPoint.Builder
AnomalyDataPoint.Builder. timestamp(Date timestamp)
timestamp of when the metric was collectedAnomalyDataPoint.Builder
AnomalyDataPoint. toBuilder()
AnomalyDataPoint.Builder
AnomalyDataPoint.Builder. value(Double value)
value for the metric data point
-