Class ConfiguredAlertThreshold

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.696-07:00") public class ConfiguredAlertThreshold extends Object
A configured alert threshold to pair together a statistical unit and value
  • Constructor Details

    • ConfiguredAlertThreshold

      public ConfiguredAlertThreshold()
  • Method Details

    • getUnitId

      public String getUnitId()
      Getter for unitId. The identifier of the alert threshold unit to associate with the given threshold value
    • setUnitId

      public void setUnitId(String unitId)
      Setter for unitId. The identifier of the alert threshold unit to associate with the given threshold value
    • getValue

      public Double getValue()
      Getter for value. The threshold value whose triggering causes an alert
    • setValue

      public void setValue(Double value)
      Setter for value. The threshold value whose triggering causes an alert
    • 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