Package com.databricks.sdk.service.jobs
Class WebhookNotifications
- java.lang.Object
-
- com.databricks.sdk.service.jobs.WebhookNotifications
-
@Generated public class WebhookNotifications extends Object
-
-
Constructor Summary
Constructors Constructor Description WebhookNotifications()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<WebhookNotificationsOnDurationWarningThresholdExceededItem>getOnDurationWarningThresholdExceeded()Collection<Webhook>getOnFailure()Collection<Webhook>getOnStart()Collection<Webhook>getOnSuccess()inthashCode()WebhookNotificationssetOnDurationWarningThresholdExceeded(Collection<WebhookNotificationsOnDurationWarningThresholdExceededItem> onDurationWarningThresholdExceeded)WebhookNotificationssetOnFailure(Collection<Webhook> onFailure)WebhookNotificationssetOnStart(Collection<Webhook> onStart)WebhookNotificationssetOnSuccess(Collection<Webhook> onSuccess)StringtoString()
-
-
-
Method Detail
-
setOnDurationWarningThresholdExceeded
public WebhookNotifications setOnDurationWarningThresholdExceeded(Collection<WebhookNotificationsOnDurationWarningThresholdExceededItem> onDurationWarningThresholdExceeded)
-
getOnDurationWarningThresholdExceeded
public Collection<WebhookNotificationsOnDurationWarningThresholdExceededItem> getOnDurationWarningThresholdExceeded()
-
setOnFailure
public WebhookNotifications setOnFailure(Collection<Webhook> onFailure)
-
getOnFailure
public Collection<Webhook> getOnFailure()
-
setOnStart
public WebhookNotifications setOnStart(Collection<Webhook> onStart)
-
getOnStart
public Collection<Webhook> getOnStart()
-
setOnSuccess
public WebhookNotifications setOnSuccess(Collection<Webhook> onSuccess)
-
getOnSuccess
public Collection<Webhook> getOnSuccess()
-
-