@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class VerifyWebhookSignatureOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VerifyWebhookSignatureOptions.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_MESSAGE_ID |
static String |
SERIALIZED_NAME_SIGNATURE |
Constructor and Description |
---|
VerifyWebhookSignatureOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static VerifyWebhookSignatureOptions |
fromJson(String jsonString)
Create an instance of VerifyWebhookSignatureOptions given an JSON string
|
String |
getMessageId()
Get messageId
|
String |
getSignature()
Get signature
|
int |
hashCode() |
VerifyWebhookSignatureOptions |
messageId(String messageId) |
void |
setMessageId(String messageId) |
void |
setSignature(String signature) |
VerifyWebhookSignatureOptions |
signature(String signature) |
String |
toJson()
Convert an instance of VerifyWebhookSignatureOptions 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
|
public static final String SERIALIZED_NAME_MESSAGE_ID
public static final String SERIALIZED_NAME_SIGNATURE
public VerifyWebhookSignatureOptions messageId(String messageId)
public void setMessageId(String messageId)
public VerifyWebhookSignatureOptions signature(String signature)
public void setSignature(String signature)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to VerifyWebhookSignatureOptionspublic static VerifyWebhookSignatureOptions fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to VerifyWebhookSignatureOptionspublic String toJson()
Copyright © 2023. All rights reserved.