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="2024-09-27T08:40:28.348-07:00")
public class AlertCondition
extends Object
Alert condition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for alertOperator.getId()
Getter for id.getUnit()
Getter for unit.getValue()
Getter for value.int
hashCode()
void
setAlertOperator
(String alertOperator) Setter for alertOperator.void
Setter for id.void
setUnit
(MetricUnit unit) Setter for unit.void
Setter for value.toString()
-
Constructor Details
-
AlertCondition
public AlertCondition()
-
-
Method Details
-
getId
Getter for id. Id of the alert condition -
setId
Setter for id. Id of the alert condition -
getAlertOperator
Getter for alertOperator. Operator for the condition -
setAlertOperator
Setter for alertOperator. Operator for the condition -
getValue
Getter for value. Value used to for evaluation of this condition -
setValue
Setter for value. Value used to for evaluation of this condition -
getUnit
Getter for unit. unit of measurement for the value -
setUnit
Setter for unit. unit of measurement for the value -
equals
-
hashCode
public int hashCode() -
toString
-