Class ConfiguredAlertThreshold
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.ConfiguredAlertThreshold
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class ConfiguredAlertThreshold extends Object
A configured alert threshold to pair together a statistical unit and value
-
-
Constructor Summary
Constructors Constructor Description ConfiguredAlertThreshold()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getUnitId()
Getter for unitId.Double
getValue()
Getter for value.int
hashCode()
void
setUnitId(String unitId)
Setter for unitId.void
setValue(Double value)
Setter for value.String
toString()
-
-
-
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
-
-