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