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 boolean
equals(Object o)
LocalDateTime
getCreatedAt()
Date and time the webhook was created at.ErrorResponse
getError()
An error encountered while processing the webhook.String
getId()
ID of the webhook.String
getStatus()
Status of the webhook.int
hashCode()
-
-
-
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.
-
-