Package com.onfido.webhooks
Class WebhookEventObject
- java.lang.Object
-
- com.onfido.webhooks.WebhookEventObject
-
public class WebhookEventObject extends Object
The event object within the webhook event response.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWebhookEventObject(String id, String status, String href, String completedAtIso8601)Instantiates a new Webhook event object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCompletedAtIso8601()Gets completed at iso 8601.StringgetHref()Gets href.StringgetId()Gets id.StringgetStatus()Gets status.inthashCode()
-
-
-
Method Detail
-
getId
public String getId()
Gets id.- Returns:
- the id
-
getStatus
public String getStatus()
Gets status.- Returns:
- the status
-
getHref
public String getHref()
Gets href.- Returns:
- the href
-
getCompletedAtIso8601
public String getCompletedAtIso8601()
Gets completed at iso 8601.- Returns:
- the completed at iso 8601
-
-