@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class FailedWebhook extends Object
| Constructor and Description |
|---|
FailedWebhook() |
| Modifier and Type | Method and Description |
|---|---|
FailedWebhook |
body(String body) |
boolean |
equals(Object o) |
FailedWebhook |
failureTime(Long failureTime) |
String |
getBody()
The webhook body.
|
Long |
getFailureTime()
The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry).
|
String |
getId()
The webhook ID, as sent in the `X-Atlassian-Webhook-Identifier` header with the webhook.
|
String |
getUrl()
The original webhook destination.
|
int |
hashCode() |
FailedWebhook |
id(String id) |
void |
setBody(String body) |
void |
setFailureTime(Long failureTime) |
void |
setId(String id) |
void |
setUrl(String url) |
String |
toString() |
FailedWebhook |
url(String url) |
public FailedWebhook id(String id)
public String getId()
public void setId(String id)
public FailedWebhook body(String body)
public String getBody()
public void setBody(String body)
public FailedWebhook url(String url)
public String getUrl()
public void setUrl(String url)
public FailedWebhook failureTime(Long failureTime)
public Long getFailureTime()
public void setFailureTime(Long failureTime)
Copyright © 2011–2021 Everit Kft.. All rights reserved.