Class ConfiguredAlert
java.lang.Object
com.cloudera.cdp.dfworkload.model.ConfiguredAlert
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class ConfiguredAlert
extends Object
An alert configuration that specifies a configured frequency with lower and/or upper thresholds
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for frequencyTolerance.Getter for thresholdLessThan.Getter for thresholdMoreThan.inthashCode()voidsetFrequencyTolerance(ConfiguredAlertFrequencyTolerance frequencyTolerance) Setter for frequencyTolerance.voidsetThresholdLessThan(ConfiguredAlertThreshold thresholdLessThan) Setter for thresholdLessThan.voidsetThresholdMoreThan(ConfiguredAlertThreshold thresholdMoreThan) Setter for thresholdMoreThan.toString()
-
Constructor Details
-
ConfiguredAlert
public ConfiguredAlert()
-
-
Method Details
-
getThresholdMoreThan
Getter for thresholdMoreThan. The optional moreThan threshold that should trigger an alert; at least one of thresholdMoreThan and thresholdLessThan is required -
setThresholdMoreThan
Setter for thresholdMoreThan. The optional moreThan threshold that should trigger an alert; at least one of thresholdMoreThan and thresholdLessThan is required -
getThresholdLessThan
Getter for thresholdLessThan. The optional lessThan threshold that should trigger an alert -
setThresholdLessThan
Setter for thresholdLessThan. The optional lessThan threshold that should trigger an alert -
getFrequencyTolerance
Getter for frequencyTolerance. The configured alert frequency tolerance for the KPI -
setFrequencyTolerance
Setter for frequencyTolerance. The configured alert frequency tolerance for the KPI -
equals
-
hashCode
public int hashCode() -
toString
-