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