Package dev.cachly.api.model
Class SetCustomDomain200Response
java.lang.Object
dev.cachly.api.model.SetCustomDomain200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-17T00:43:25.074268745Z[Etc/UTC]",
comments="Generator version: 7.5.0")
public class SetCustomDomain200Response
extends Object
SetCustomDomain200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomDomain(String customDomain) customDomainVerified(Boolean customDomainVerified) booleanReturn true if this setCustomDomain_200_response object is equal to o.Get customDomainGet customDomainVerifiedGet messageDNS TXT record name to createDNS TXT record valueinthashCode()voidsetCustomDomain(String customDomain) voidsetCustomDomainVerified(Boolean customDomainVerified) voidsetMessage(String message) voidsetVerifyTxtRecord(String verifyTxtRecord) voidsetVerifyTxtValue(String verifyTxtValue) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.verifyTxtRecord(String verifyTxtRecord) verifyTxtValue(String verifyTxtValue)
-
Field Details
-
JSON_PROPERTY_CUSTOM_DOMAIN
- See Also:
-
JSON_PROPERTY_CUSTOM_DOMAIN_VERIFIED
- See Also:
-
JSON_PROPERTY_VERIFY_TXT_RECORD
- See Also:
-
JSON_PROPERTY_VERIFY_TXT_VALUE
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
SetCustomDomain200Response
public SetCustomDomain200Response()
-
-
Method Details
-
customDomain
-
getCustomDomain
Get customDomain- Returns:
- customDomain
-
setCustomDomain
-
customDomainVerified
-
getCustomDomainVerified
Get customDomainVerified- Returns:
- customDomainVerified
-
setCustomDomainVerified
-
verifyTxtRecord
-
getVerifyTxtRecord
DNS TXT record name to create- Returns:
- verifyTxtRecord
-
setVerifyTxtRecord
-
verifyTxtValue
-
getVerifyTxtValue
DNS TXT record value- Returns:
- verifyTxtValue
-
setVerifyTxtValue
-
message
-
getMessage
Get message- Returns:
- message
-
setMessage
-
equals
Return true if this setCustomDomain_200_response object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-