Class WebhookPushResult
- java.lang.Object
-
- ai.toloka.client.v1.webhooksubscription.WebhookPushResult
-
public class WebhookPushResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description WebhookPushErrorTypeerrorTypejava.lang.IntegeroriginalStatusCodejava.util.DateresponseReceivedAtbooleansuccessjava.util.List<java.lang.String>uuids
-
Constructor Summary
Constructors Constructor Description WebhookPushResult()
-
-
-
Field Detail
-
success
public boolean success
-
responseReceivedAt
public java.util.Date responseReceivedAt
-
errorType
public WebhookPushErrorType errorType
-
originalStatusCode
public java.lang.Integer originalStatusCode
-
uuids
public java.util.List<java.lang.String> uuids
-
-