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 Details

  • Constructor Details

    • VerifyCustomDomain200Response

      public VerifyCustomDomain200Response()
  • Method Details

    • customDomain

      public VerifyCustomDomain200Response customDomain(String customDomain)
    • getCustomDomain

      @Nullable public String getCustomDomain()
      Get customDomain
      Returns:
      customDomain
    • setCustomDomain

      public void setCustomDomain(String customDomain)
    • customDomainVerified

      public VerifyCustomDomain200Response customDomainVerified(Boolean customDomainVerified)
    • getCustomDomainVerified

      @Nullable public Boolean getCustomDomainVerified()
      Get customDomainVerified
      Returns:
      customDomainVerified
    • setCustomDomainVerified

      public void setCustomDomainVerified(Boolean customDomainVerified)
    • message

      public VerifyCustomDomain200Response message(String message)
    • getMessage

      @Nullable public String getMessage()
      Get message
      Returns:
      message
    • setMessage

      public void setMessage(String message)
    • equals

      public boolean equals(Object o)
      Return true if this verifyCustomDomain_200_response object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string