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="2025-10-15T17:00:48.252-07:00")
public class MetricChartAlert
extends Object
Thresholds associated with a metric
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for frequencyTolerance.Getter for thresholdLessThan.Getter for thresholdMoreThan.inthashCode()voidsetFrequencyTolerance(MetricChartFrequencyTolerance frequencyTolerance) Setter for frequencyTolerance.voidsetThresholdLessThan(Double thresholdLessThan) Setter for thresholdLessThan.voidsetThresholdMoreThan(Double thresholdMoreThan) Setter for thresholdMoreThan.toString()
-
Constructor Details
-
MetricChartAlert
public MetricChartAlert()
-
-
Method Details
-
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
Setter for frequencyTolerance. The unit of time controlling how long a metric value can persist outside its boundaries before an alert is generated -
getThresholdMoreThan
Getter for thresholdMoreThan. The moreThan threshold for the alert -
setThresholdMoreThan
Setter for thresholdMoreThan. The moreThan threshold for the alert -
getThresholdLessThan
Getter for thresholdLessThan. The lessThan threshold for the alert -
setThresholdLessThan
Setter for thresholdLessThan. The lessThan threshold for the alert -
equals
-
hashCode
public int hashCode() -
toString
-