Package com.cloudera.cdp.df.model
Class AlertCondition
- java.lang.Object
-
- com.cloudera.cdp.df.model.AlertCondition
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.329-07:00") public class AlertCondition extends Object
Alert condition
-
-
Constructor Summary
Constructors Constructor Description AlertCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAlertOperator()
Getter for alertOperator.String
getId()
Getter for id.MetricUnit
getUnit()
Getter for unit.Double
getValue()
Getter for value.int
hashCode()
void
setAlertOperator(String alertOperator)
Setter for alertOperator.void
setId(String id)
Setter for id.void
setUnit(MetricUnit unit)
Setter for unit.void
setValue(Double value)
Setter for value.String
toString()
-
-
-
Method Detail
-
getId
public String getId()
Getter for id. Id of the alert condition
-
setId
public void setId(String id)
Setter for id. Id of the alert condition
-
getAlertOperator
public String getAlertOperator()
Getter for alertOperator. Operator for the condition
-
setAlertOperator
public void setAlertOperator(String alertOperator)
Setter for alertOperator. Operator for the condition
-
getValue
public Double getValue()
Getter for value. Value used to for evaluation of this condition
-
setValue
public void setValue(Double value)
Setter for value. Value used to for evaluation of this condition
-
getUnit
public MetricUnit getUnit()
Getter for unit. unit of measurement for the value
-
setUnit
public void setUnit(MetricUnit unit)
Setter for unit. unit of measurement for the value
-
-