@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class DomainPreview extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DomainPreview.CustomTypeAdapterFactory |
static class |
DomainPreview.DomainTypeEnum
Type of domain.
|
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CATCH_ALL_INBOX_ID |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_DOMAIN |
static String |
SERIALIZED_NAME_DOMAIN_TYPE |
static String |
SERIALIZED_NAME_HAS_MISSING_RECORDS |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_IS_VERIFIED |
Constructor and Description |
---|
DomainPreview() |
Modifier and Type | Method and Description |
---|---|
DomainPreview |
catchAllInboxId(UUID catchAllInboxId) |
DomainPreview |
createdAt(OffsetDateTime createdAt) |
DomainPreview |
domain(String domain) |
DomainPreview |
domainType(DomainPreview.DomainTypeEnum domainType) |
boolean |
equals(Object o) |
static DomainPreview |
fromJson(String jsonString)
Create an instance of DomainPreview given an JSON string
|
UUID |
getCatchAllInboxId()
Get catchAllInboxId
|
OffsetDateTime |
getCreatedAt()
Get createdAt
|
String |
getDomain()
Get domain
|
DomainPreview.DomainTypeEnum |
getDomainType()
Type of domain.
|
Boolean |
getHasMissingRecords()
Get hasMissingRecords
|
UUID |
getId()
Get id
|
Boolean |
getIsVerified()
Get isVerified
|
int |
hashCode() |
DomainPreview |
hasMissingRecords(Boolean hasMissingRecords) |
DomainPreview |
id(UUID id) |
DomainPreview |
isVerified(Boolean isVerified) |
void |
setCatchAllInboxId(UUID catchAllInboxId) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDomain(String domain) |
void |
setDomainType(DomainPreview.DomainTypeEnum domainType) |
void |
setHasMissingRecords(Boolean hasMissingRecords) |
void |
setId(UUID id) |
void |
setIsVerified(Boolean isVerified) |
String |
toJson()
Convert an instance of DomainPreview 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_DOMAIN
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_TYPE
public static final String SERIALIZED_NAME_IS_VERIFIED
public static final String SERIALIZED_NAME_HAS_MISSING_RECORDS
public DomainPreview id(UUID id)
public void setId(UUID id)
public DomainPreview domain(String domain)
public void setDomain(String domain)
public DomainPreview catchAllInboxId(UUID catchAllInboxId)
@Nullable public UUID getCatchAllInboxId()
public void setCatchAllInboxId(UUID catchAllInboxId)
public DomainPreview createdAt(OffsetDateTime createdAt)
@Nonnull public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public DomainPreview domainType(DomainPreview.DomainTypeEnum domainType)
@Nonnull public DomainPreview.DomainTypeEnum getDomainType()
public void setDomainType(DomainPreview.DomainTypeEnum domainType)
public DomainPreview isVerified(Boolean isVerified)
public void setIsVerified(Boolean isVerified)
public DomainPreview hasMissingRecords(Boolean hasMissingRecords)
@Nonnull public Boolean getHasMissingRecords()
public void setHasMissingRecords(Boolean hasMissingRecords)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to DomainPreviewpublic static DomainPreview fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to DomainPreviewpublic String toJson()
Copyright © 2023. All rights reserved.