Package com.databricks.sdk.service.jobs
Class JobEmailNotifications
- java.lang.Object
-
- com.databricks.sdk.service.jobs.JobEmailNotifications
-
@Generated public class JobEmailNotifications extends Object
-
-
Constructor Summary
Constructors Constructor Description JobEmailNotifications()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetNoAlertForSkippedRuns()Collection<String>getOnDurationWarningThresholdExceeded()Collection<String>getOnFailure()Collection<String>getOnStart()Collection<String>getOnSuccess()inthashCode()JobEmailNotificationssetNoAlertForSkippedRuns(Boolean noAlertForSkippedRuns)JobEmailNotificationssetOnDurationWarningThresholdExceeded(Collection<String> onDurationWarningThresholdExceeded)JobEmailNotificationssetOnFailure(Collection<String> onFailure)JobEmailNotificationssetOnStart(Collection<String> onStart)JobEmailNotificationssetOnSuccess(Collection<String> onSuccess)StringtoString()
-
-
-
Method Detail
-
setNoAlertForSkippedRuns
public JobEmailNotifications setNoAlertForSkippedRuns(Boolean noAlertForSkippedRuns)
-
getNoAlertForSkippedRuns
public Boolean getNoAlertForSkippedRuns()
-
setOnDurationWarningThresholdExceeded
public JobEmailNotifications setOnDurationWarningThresholdExceeded(Collection<String> onDurationWarningThresholdExceeded)
-
getOnDurationWarningThresholdExceeded
public Collection<String> getOnDurationWarningThresholdExceeded()
-
setOnFailure
public JobEmailNotifications setOnFailure(Collection<String> onFailure)
-
getOnFailure
public Collection<String> getOnFailure()
-
setOnStart
public JobEmailNotifications setOnStart(Collection<String> onStart)
-
getOnStart
public Collection<String> getOnStart()
-
setOnSuccess
public JobEmailNotifications setOnSuccess(Collection<String> onSuccess)
-
getOnSuccess
public Collection<String> getOnSuccess()
-
-