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