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