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 boolean
equals(Object o)
Boolean
getAlertOnLastAttempt()
Boolean
getNoAlertForCanceledRuns()
Boolean
getNoAlertForSkippedRuns()
int
hashCode()
TaskNotificationSettings
setAlertOnLastAttempt(Boolean alertOnLastAttempt)
TaskNotificationSettings
setNoAlertForCanceledRuns(Boolean noAlertForCanceledRuns)
TaskNotificationSettings
setNoAlertForSkippedRuns(Boolean noAlertForSkippedRuns)
String
toString()
-
-
-
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()
-
-