@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class ExpiredInboxDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExpiredInboxDto.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_EMAIL_ADDRESS |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INBOX_ID |
Constructor and Description |
---|
ExpiredInboxDto() |
Modifier and Type | Method and Description |
---|---|
ExpiredInboxDto |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
static ExpiredInboxDto |
fromJson(String jsonString)
Create an instance of ExpiredInboxDto given an JSON string
|
String |
getEmailAddress()
Get emailAddress
|
UUID |
getId()
Get id
|
UUID |
getInboxId()
Get inboxId
|
int |
hashCode() |
ExpiredInboxDto |
id(UUID id) |
ExpiredInboxDto |
inboxId(UUID inboxId) |
void |
setEmailAddress(String emailAddress) |
void |
setId(UUID id) |
void |
setInboxId(UUID inboxId) |
String |
toJson()
Convert an instance of ExpiredInboxDto 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_ID
public static final String SERIALIZED_NAME_INBOX_ID
public static final String SERIALIZED_NAME_EMAIL_ADDRESS
public ExpiredInboxDto id(UUID id)
public void setId(UUID id)
public ExpiredInboxDto inboxId(UUID inboxId)
public void setInboxId(UUID inboxId)
public ExpiredInboxDto emailAddress(String emailAddress)
public void setEmailAddress(String emailAddress)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to ExpiredInboxDtopublic static ExpiredInboxDto fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to ExpiredInboxDtopublic String toJson()
Copyright © 2023. All rights reserved.