Klasse FailedWebhook
java.lang.Object
io.github.primelib.jira4j.restv2.model.FailedWebhook
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FailedWebhook
extends Object
FailedWebhook
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe webhook body.protected LongThe time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry).protected StringThe webhook ID, as sent in theX-Atlassian-Webhook-Identifierheader with the webhook.protected StringThe original webhook destination. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFailedWebhook(String body, Long failureTime, String id, String url) Constructs a validated instance ofFailedWebhook.FailedWebhook(Consumer<FailedWebhook> spec) Constructs a validated instance ofFailedWebhook. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody()The webhook body.The webhook body.builder()protected booleanbooleanThe time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry).failureTime(Long failureTime) The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry).inthashCode()id()The webhook ID, as sent in theX-Atlassian-Webhook-Identifierheader with the webhook.The webhook ID, as sent in theX-Atlassian-Webhook-Identifierheader with the webhook.toString()url()The original webhook destination.The original webhook destination.
-
Felddetails
-
body
The webhook body. -
failureTime
The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry). -
id
The webhook ID, as sent in theX-Atlassian-Webhook-Identifierheader with the webhook. -
url
The original webhook destination.
-
-
Konstruktordetails
-
FailedWebhook
Constructs a validated instance ofFailedWebhook.- Parameter:
spec- the specification to process
-
FailedWebhook
Constructs a validated instance ofFailedWebhook.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FailedWebhook(Consumer)instead.- Parameter:
body- The webhook body.failureTime- The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry).id- The webhook ID, as sent in theX-Atlassian-Webhook-Identifierheader with the webhook.url- The original webhook destination.
-
FailedWebhook
protected FailedWebhook()
-
-
Methodendetails
-
builder
-
body
The webhook body. -
failureTime
The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry). -
id
The webhook ID, as sent in theX-Atlassian-Webhook-Identifierheader with the webhook. -
url
The original webhook destination. -
body
The webhook body.- Gibt zurück:
this.
-
failureTime
The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry).- Gibt zurück:
this.
-
id
The webhook ID, as sent in theX-Atlassian-Webhook-Identifierheader with the webhook.- Gibt zurück:
this.
-
url
The original webhook destination.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-