Package com.mindee.parsing.v2
Class JobResponseWebhook
- java.lang.Object
-
- com.mindee.parsing.v2.JobResponseWebhook
-
public final class JobResponseWebhook extends Object
JobResponseWebhook info.
-
-
Constructor Summary
Constructors Constructor Description JobResponseWebhook()
JobResponseWebhook(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
-
JobResponseWebhook
public JobResponseWebhook(String id, ErrorResponse error, LocalDateTime createdAt, String status)
-
JobResponseWebhook
public JobResponseWebhook()
-
-
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.
-
-