Package dev.cachly.api.model
Class VerifyCustomDomain200Response
java.lang.Object
dev.cachly.api.model.VerifyCustomDomain200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-17T00:43:25.074268745Z[Etc/UTC]",
comments="Generator version: 7.5.0")
public class VerifyCustomDomain200Response
extends Object
VerifyCustomDomain200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomDomain(String customDomain) customDomainVerified(Boolean customDomainVerified) booleanReturn true if this verifyCustomDomain_200_response object is equal to o.Get customDomainGet customDomainVerifiedGet messageinthashCode()voidsetCustomDomain(String customDomain) voidsetCustomDomainVerified(Boolean customDomainVerified) voidsetMessage(String message) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CUSTOM_DOMAIN
- See Also:
-
JSON_PROPERTY_CUSTOM_DOMAIN_VERIFIED
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
VerifyCustomDomain200Response
public VerifyCustomDomain200Response()
-
-
Method Details
-
customDomain
-
getCustomDomain
Get customDomain- Returns:
- customDomain
-
setCustomDomain
-
customDomainVerified
-
getCustomDomainVerified
Get customDomainVerified- Returns:
- customDomainVerified
-
setCustomDomainVerified
-
message
-
getMessage
Get message- Returns:
- message
-
setMessage
-
equals
Return true if this verifyCustomDomain_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
-