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="2025-10-15T17:00:48.252-07:00")
public class AlertCondition
extends Object
Alert condition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for alertOperator.getId()Getter for id.getUnit()Getter for unit.getValue()Getter for value.inthashCode()voidsetAlertOperator(String alertOperator) Setter for alertOperator.voidSetter for id.voidsetUnit(MetricUnit unit) Setter for unit.voidSetter 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
-