Class ConfiguredAlert

java.lang.Object
com.cloudera.cdp.dfworkload.model.ConfiguredAlert

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:19.422-07:00") public class ConfiguredAlert extends Object
An alert configuration that specifies a configured frequency with lower and/or upper thresholds
  • Constructor Details

    • ConfiguredAlert

      public ConfiguredAlert()
  • Method Details

    • getThresholdMoreThan

      public ConfiguredAlertThreshold getThresholdMoreThan()
      Getter for thresholdMoreThan. The optional moreThan threshold that should trigger an alert; at least one of thresholdMoreThan and thresholdLessThan is required
    • setThresholdMoreThan

      public void setThresholdMoreThan(ConfiguredAlertThreshold thresholdMoreThan)
      Setter for thresholdMoreThan. The optional moreThan threshold that should trigger an alert; at least one of thresholdMoreThan and thresholdLessThan is required
    • getThresholdLessThan

      public ConfiguredAlertThreshold getThresholdLessThan()
      Getter for thresholdLessThan. The optional lessThan threshold that should trigger an alert
    • setThresholdLessThan

      public void setThresholdLessThan(ConfiguredAlertThreshold thresholdLessThan)
      Setter for thresholdLessThan. The optional lessThan threshold that should trigger an alert
    • getFrequencyTolerance

      public ConfiguredAlertFrequencyTolerance getFrequencyTolerance()
      Getter for frequencyTolerance. The configured alert frequency tolerance for the KPI
    • setFrequencyTolerance

      public void setFrequencyTolerance(ConfiguredAlertFrequencyTolerance frequencyTolerance)
      Setter for frequencyTolerance. The configured alert frequency tolerance for the KPI
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object