Package com.okta.sdk.resource.model
Class EmailDomainDNSRecord
java.lang.Object
com.okta.sdk.resource.model.EmailDomainDNSRecord
- 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 EmailDomainDNSRecord
extends Object
implements Serializable
EmailDomainDNSRecord
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getFqdn()
Get fqdnGet recordTypeGet verificationValueint
hashCode()
recordType
(EmailDomainDNSRecordType recordType) void
void
setRecordType
(EmailDomainDNSRecordType recordType) void
setVerificationValue
(String verificationValue) toString()
verificationValue
(String verificationValue)
-
Field Details
-
JSON_PROPERTY_FQDN
- See Also:
-
JSON_PROPERTY_RECORD_TYPE
- See Also:
-
JSON_PROPERTY_VERIFICATION_VALUE
- See Also:
-
-
Constructor Details
-
EmailDomainDNSRecord
public EmailDomainDNSRecord()
-
-
Method Details
-
fqdn
-
getFqdn
Get fqdn- Returns:
- fqdn
-
setFqdn
-
recordType
-
getRecordType
Get recordType- Returns:
- recordType
-
setRecordType
-
verificationValue
-
getVerificationValue
Get verificationValue- Returns:
- verificationValue
-
setVerificationValue
-
equals
-
hashCode
public int hashCode() -
toString
-