Package com.databricks.sdk.service.jobs
Class JobWebhookNotifications
- java.lang.Object
-
- com.databricks.sdk.service.jobs.JobWebhookNotifications
-
@Generated public class JobWebhookNotifications extends Object
-
-
Constructor Summary
Constructors Constructor Description JobWebhookNotifications()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<JobWebhookNotificationsOnFailureItem>getOnFailure()Collection<JobWebhookNotificationsOnStartItem>getOnStart()Collection<JobWebhookNotificationsOnSuccessItem>getOnSuccess()inthashCode()JobWebhookNotificationssetOnFailure(Collection<JobWebhookNotificationsOnFailureItem> onFailure)JobWebhookNotificationssetOnStart(Collection<JobWebhookNotificationsOnStartItem> onStart)JobWebhookNotificationssetOnSuccess(Collection<JobWebhookNotificationsOnSuccessItem> onSuccess)StringtoString()
-
-
-
Method Detail
-
setOnFailure
public JobWebhookNotifications setOnFailure(Collection<JobWebhookNotificationsOnFailureItem> onFailure)
-
getOnFailure
public Collection<JobWebhookNotificationsOnFailureItem> getOnFailure()
-
setOnStart
public JobWebhookNotifications setOnStart(Collection<JobWebhookNotificationsOnStartItem> onStart)
-
getOnStart
public Collection<JobWebhookNotificationsOnStartItem> getOnStart()
-
setOnSuccess
public JobWebhookNotifications setOnSuccess(Collection<JobWebhookNotificationsOnSuccessItem> onSuccess)
-
getOnSuccess
public Collection<JobWebhookNotificationsOnSuccessItem> getOnSuccess()
-
-