@Generated public class WebhookNotifications extends Object
Constructor and Description |
---|
WebhookNotifications() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<WebhookNotificationsOnDurationWarningThresholdExceededItem> |
getOnDurationWarningThresholdExceeded() |
Collection<Webhook> |
getOnFailure() |
Collection<Webhook> |
getOnStart() |
Collection<Webhook> |
getOnSuccess() |
int |
hashCode() |
WebhookNotifications |
setOnDurationWarningThresholdExceeded(Collection<WebhookNotificationsOnDurationWarningThresholdExceededItem> onDurationWarningThresholdExceeded) |
WebhookNotifications |
setOnFailure(Collection<Webhook> onFailure) |
WebhookNotifications |
setOnStart(Collection<Webhook> onStart) |
WebhookNotifications |
setOnSuccess(Collection<Webhook> onSuccess) |
String |
toString() |
public WebhookNotifications setOnDurationWarningThresholdExceeded(Collection<WebhookNotificationsOnDurationWarningThresholdExceededItem> onDurationWarningThresholdExceeded)
public Collection<WebhookNotificationsOnDurationWarningThresholdExceededItem> getOnDurationWarningThresholdExceeded()
public WebhookNotifications setOnFailure(Collection<Webhook> onFailure)
public Collection<Webhook> getOnFailure()
public WebhookNotifications setOnStart(Collection<Webhook> onStart)
public Collection<Webhook> getOnStart()
public WebhookNotifications setOnSuccess(Collection<Webhook> onSuccess)
public Collection<Webhook> getOnSuccess()
Copyright © 2023. All rights reserved.