Class ConfiguredAlert

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:38.216-07:00") public class ConfiguredAlert extends Object
An alert configuration that specifies a configured frequency with lower and/or upper thresholds
  • Constructor Details Link icon

    • ConfiguredAlert Link icon

      public ConfiguredAlert()
  • Method Details Link icon

    • getThresholdMoreThan Link icon

      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 Link icon

      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 Link icon

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

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

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object