Package com.cloudera.cdp.df.model
Class MetricChartAlert
- java.lang.Object
-
- com.cloudera.cdp.df.model.MetricChartAlert
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.717-07:00") public class MetricChartAlert extends Object
Thresholds associated with a metric
-
-
Constructor Summary
Constructors Constructor Description MetricChartAlert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
MetricChartFrequencyTolerance
getFrequencyTolerance()
Getter for frequencyTolerance.Double
getThresholdLessThan()
Getter for thresholdLessThan.Double
getThresholdMoreThan()
Getter for thresholdMoreThan.int
hashCode()
void
setFrequencyTolerance(MetricChartFrequencyTolerance frequencyTolerance)
Setter for frequencyTolerance.void
setThresholdLessThan(Double thresholdLessThan)
Setter for thresholdLessThan.void
setThresholdMoreThan(Double thresholdMoreThan)
Setter for thresholdMoreThan.String
toString()
-
-
-
Method Detail
-
getFrequencyTolerance
public MetricChartFrequencyTolerance getFrequencyTolerance()
Getter for frequencyTolerance. The unit of time controlling how long a metric value can persist outside its boundaries before an alert is generated
-
setFrequencyTolerance
public void setFrequencyTolerance(MetricChartFrequencyTolerance frequencyTolerance)
Setter for frequencyTolerance. The unit of time controlling how long a metric value can persist outside its boundaries before an alert is generated
-
getThresholdMoreThan
public Double getThresholdMoreThan()
Getter for thresholdMoreThan. The moreThan threshold for the alert
-
setThresholdMoreThan
public void setThresholdMoreThan(Double thresholdMoreThan)
Setter for thresholdMoreThan. The moreThan threshold for the alert
-
getThresholdLessThan
public Double getThresholdLessThan()
Getter for thresholdLessThan. The lessThan threshold for the alert
-
setThresholdLessThan
public void setThresholdLessThan(Double thresholdLessThan)
Setter for thresholdLessThan. The lessThan threshold for the alert
-
-