@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class DomainPreview extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CATCH_ALL_INBOX_ID |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_DOMAIN |
static String |
SERIALIZED_NAME_ID |
| Constructor and Description |
|---|
DomainPreview() |
| Modifier and Type | Method and Description |
|---|---|
DomainPreview |
catchAllInboxId(UUID catchAllInboxId) |
DomainPreview |
createdAt(OffsetDateTime createdAt) |
DomainPreview |
domain(String domain) |
boolean |
equals(Object o) |
UUID |
getCatchAllInboxId()
Get catchAllInboxId
|
OffsetDateTime |
getCreatedAt()
Get createdAt
|
String |
getDomain()
Get domain
|
UUID |
getId()
Get id
|
int |
hashCode() |
DomainPreview |
id(UUID id) |
void |
setCatchAllInboxId(UUID catchAllInboxId) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDomain(String domain) |
void |
setId(UUID id) |
String |
toString() |
public static final String SERIALIZED_NAME_CATCH_ALL_INBOX_ID
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_DOMAIN
public static final String SERIALIZED_NAME_ID
public DomainPreview catchAllInboxId(UUID catchAllInboxId)
@Nullable public UUID getCatchAllInboxId()
public void setCatchAllInboxId(UUID catchAllInboxId)
public DomainPreview createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public DomainPreview domain(String domain)
public String getDomain()
public void setDomain(String domain)
public DomainPreview id(UUID id)
public UUID getId()
public void setId(UUID id)
Copyright © 2021. All rights reserved.