Package com.okta.sdk.resource.model
Class DomainResponse
java.lang.Object
com.okta.sdk.resource.model.DomainResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class DomainResponse
extends Object
implements Serializable
The properties that define an individual domain.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadddnsRecordsItem
(DNSRecord dnsRecordsItem) certificateSourceType
(DomainCertificateSourceType certificateSourceType) dnsRecords
(List<DNSRecord> dnsRecords) boolean
The ID number of the brandGet certificateSourceTypeGet dnsRecordsCustom domain namegetId()
Unique ID of the domaingetLinks()
Get linksGet publicCertificateGet validationStatusint
hashCode()
links
(DomainLinks links) publicCertificate
(DomainCertificateMetadata publicCertificate) void
setBrandId
(String brandId) void
setCertificateSourceType
(DomainCertificateSourceType certificateSourceType) void
setDnsRecords
(List<DNSRecord> dnsRecords) void
void
void
setLinks
(DomainLinks links) void
setPublicCertificate
(DomainCertificateMetadata publicCertificate) void
setValidationStatus
(DomainValidationStatus validationStatus) toString()
validationStatus
(DomainValidationStatus validationStatus)
-
Field Details
-
JSON_PROPERTY_BRAND_ID
- See Also:
-
JSON_PROPERTY_CERTIFICATE_SOURCE_TYPE
- See Also:
-
JSON_PROPERTY_DNS_RECORDS
- See Also:
-
JSON_PROPERTY_DOMAIN
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PUBLIC_CERTIFICATE
- See Also:
-
JSON_PROPERTY_VALIDATION_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
DomainResponse
public DomainResponse()
-
-
Method Details
-
brandId
-
getBrandId
The ID number of the brand- Returns:
- brandId
-
setBrandId
-
certificateSourceType
-
getCertificateSourceType
Get certificateSourceType- Returns:
- certificateSourceType
-
setCertificateSourceType
-
dnsRecords
-
adddnsRecordsItem
-
getDnsRecords
Get dnsRecords- Returns:
- dnsRecords
-
setDnsRecords
-
domain
-
getDomain
Custom domain name- Returns:
- domain
-
setDomain
-
id
-
getId
Unique ID of the domain- Returns:
- id
-
setId
-
publicCertificate
-
getPublicCertificate
Get publicCertificate- Returns:
- publicCertificate
-
setPublicCertificate
-
validationStatus
-
getValidationStatus
Get validationStatus- Returns:
- validationStatus
-
setValidationStatus
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-