Class ConfiguredAlert
java.lang.Object
com.cloudera.cdp.dfworkload.model.ConfiguredAlert
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class ConfiguredAlert
extends Object
An alert configuration that specifies a configured frequency with lower and/or upper thresholds
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for frequencyTolerance.Getter for thresholdLessThan.Getter for thresholdMoreThan.int
hashCode()
void
setFrequencyTolerance
(ConfiguredAlertFrequencyTolerance frequencyTolerance) Setter for frequencyTolerance.void
setThresholdLessThan
(ConfiguredAlertThreshold thresholdLessThan) Setter for thresholdLessThan.void
setThresholdMoreThan
(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
-