Package com.mindee.parsing.v2
Class JobWebhook
- java.lang.Object
-
- com.mindee.parsing.v2.JobWebhook
-
public final class JobWebhook extends Object
JobWebhook info.
-
-
Constructor Summary
Constructors Constructor Description JobWebhook()JobWebhook(String id, ErrorResponse error, LocalDateTime createdAt, String status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LocalDateTimegetCreatedAt()Date and time the webhook was created at.ErrorResponsegetError()An error encountered while processing the webhook.StringgetId()ID of the webhook.StringgetStatus()Status of the webhook.inthashCode()
-
-
-
Constructor Detail
-
JobWebhook
public JobWebhook(String id, ErrorResponse error, LocalDateTime createdAt, String status)
-
JobWebhook
public JobWebhook()
-
-
Method Detail
-
getId
public String getId()
ID of the webhook.
-
getError
public ErrorResponse getError()
An error encountered while processing the webhook.
-
getCreatedAt
public LocalDateTime getCreatedAt()
Date and time the webhook was created at.
-
getStatus
public String getStatus()
Status of the webhook.
-
-