@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class SandboxItemFireWebhookResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_REQUEST_ID |
static String |
SERIALIZED_NAME_WEBHOOK_FIRED |
Constructor and Description |
---|
SandboxItemFireWebhookResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
Boolean |
getWebhookFired()
Value is `true` if the test` webhook_code` was successfully fired.
|
int |
hashCode() |
SandboxItemFireWebhookResponse |
requestId(String requestId) |
void |
setRequestId(String requestId) |
void |
setWebhookFired(Boolean webhookFired) |
String |
toString() |
SandboxItemFireWebhookResponse |
webhookFired(Boolean webhookFired) |
public static final String SERIALIZED_NAME_WEBHOOK_FIRED
public static final String SERIALIZED_NAME_REQUEST_ID
public SandboxItemFireWebhookResponse webhookFired(Boolean webhookFired)
public Boolean getWebhookFired()
public void setWebhookFired(Boolean webhookFired)
public SandboxItemFireWebhookResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.