Package com.databricks.sdk.service.jobs
Class JobsHealthRule
- java.lang.Object
-
- com.databricks.sdk.service.jobs.JobsHealthRule
-
@Generated public class JobsHealthRule extends Object
-
-
Constructor Summary
Constructors Constructor Description JobsHealthRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)JobsHealthMetricgetMetric()JobsHealthOperatorgetOp()LonggetValue()inthashCode()JobsHealthRulesetMetric(JobsHealthMetric metric)JobsHealthRulesetOp(JobsHealthOperator op)JobsHealthRulesetValue(Long value)StringtoString()
-
-
-
Method Detail
-
setMetric
public JobsHealthRule setMetric(JobsHealthMetric metric)
-
getMetric
public JobsHealthMetric getMetric()
-
setOp
public JobsHealthRule setOp(JobsHealthOperator op)
-
getOp
public JobsHealthOperator getOp()
-
setValue
public JobsHealthRule setValue(Long value)
-
getValue
public Long getValue()
-
-