@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class ExpiredInboxDto extends Object
| Modifier and Type | Field and Description |
|---|---|
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) |
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 |
toString() |
public static final String SERIALIZED_NAME_EMAIL_ADDRESS
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_INBOX_ID
public ExpiredInboxDto emailAddress(String emailAddress)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public ExpiredInboxDto id(UUID id)
public UUID getId()
public void setId(UUID id)
public ExpiredInboxDto inboxId(UUID inboxId)
public UUID getInboxId()
public void setInboxId(UUID inboxId)
Copyright © 2021. All rights reserved.