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 WebhookPushErrorType
errorType
java.lang.Integer
originalStatusCode
java.util.Date
responseReceivedAt
boolean
success
java.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
-
-