Package com.databricks.sdk.service.jobs
Class JobNotificationSettings
- java.lang.Object
-
- com.databricks.sdk.service.jobs.JobNotificationSettings
-
@Generated public class JobNotificationSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description JobNotificationSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetNoAlertForCanceledRuns()BooleangetNoAlertForSkippedRuns()inthashCode()JobNotificationSettingssetNoAlertForCanceledRuns(Boolean noAlertForCanceledRuns)JobNotificationSettingssetNoAlertForSkippedRuns(Boolean noAlertForSkippedRuns)StringtoString()
-
-
-
Method Detail
-
setNoAlertForCanceledRuns
public JobNotificationSettings setNoAlertForCanceledRuns(Boolean noAlertForCanceledRuns)
-
getNoAlertForCanceledRuns
public Boolean getNoAlertForCanceledRuns()
-
setNoAlertForSkippedRuns
public JobNotificationSettings setNoAlertForSkippedRuns(Boolean noAlertForSkippedRuns)
-
getNoAlertForSkippedRuns
public Boolean getNoAlertForSkippedRuns()
-
-