@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class WebhookRedriveResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebhookRedriveResult.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_SUCCESS |
static String |
SERIALIZED_NAME_WEBHOOK_RESULT_ID |
Constructor and Description |
---|
WebhookRedriveResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static WebhookRedriveResult |
fromJson(String jsonString)
Create an instance of WebhookRedriveResult given an JSON string
|
String |
getMessage()
Get message
|
Boolean |
getSuccess()
Get success
|
UUID |
getWebhookResultId()
Get webhookResultId
|
int |
hashCode() |
WebhookRedriveResult |
message(String message) |
void |
setMessage(String message) |
void |
setSuccess(Boolean success) |
void |
setWebhookResultId(UUID webhookResultId) |
WebhookRedriveResult |
success(Boolean success) |
String |
toJson()
Convert an instance of WebhookRedriveResult to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
WebhookRedriveResult |
webhookResultId(UUID webhookResultId) |
public static final String SERIALIZED_NAME_WEBHOOK_RESULT_ID
public static final String SERIALIZED_NAME_SUCCESS
public static final String SERIALIZED_NAME_MESSAGE
public WebhookRedriveResult webhookResultId(UUID webhookResultId)
@Nonnull public UUID getWebhookResultId()
public void setWebhookResultId(UUID webhookResultId)
public WebhookRedriveResult success(Boolean success)
public void setSuccess(Boolean success)
public WebhookRedriveResult message(String message)
public void setMessage(String message)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to WebhookRedriveResultpublic static WebhookRedriveResult fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to WebhookRedriveResultpublic String toJson()
Copyright © 2023. All rights reserved.