Class ConfiguredAlertThreshold


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class ConfiguredAlertThreshold
    extends Object
    A configured alert threshold to pair together a statistical unit and value
    • Constructor Detail

      • ConfiguredAlertThreshold

        public ConfiguredAlertThreshold()
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object