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-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.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
-
setBrandId
-
certificateSourceType
-
getCertificateSourceType
Get certificateSourceType- Returns:
- certificateSourceType
-
setCertificateSourceType
-
dnsRecords
-
adddnsRecordsItem
-
getDnsRecords
-
setDnsRecords
-
domain
-
getDomain
-
setDomain
-
id
-
getId
-
setId
-
publicCertificate
-
getPublicCertificate
Get publicCertificate- Returns:
- publicCertificate
-
setPublicCertificate
-
validationStatus
-
getValidationStatus
Get validationStatus- Returns:
- validationStatus
-
setValidationStatus
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-