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="2024-09-27T08:40:28.348-07:00")
public class MetricChartAlert
extends Object
Thresholds associated with a metric
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for frequencyTolerance.Getter for thresholdLessThan.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.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
-