Package com.databricks.sdk.service.jobs
Class JobsHealthRules
- java.lang.Object
-
- com.databricks.sdk.service.jobs.JobsHealthRules
-
@Generated public class JobsHealthRules extends Object
An optional set of health rules that can be defined for this job.
-
-
Constructor Summary
Constructors Constructor Description JobsHealthRules()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<JobsHealthRule>getRules()inthashCode()JobsHealthRulessetRules(Collection<JobsHealthRule> rules)StringtoString()
-
-
-
Method Detail
-
setRules
public JobsHealthRules setRules(Collection<JobsHealthRule> rules)
-
getRules
public Collection<JobsHealthRule> getRules()
-
-