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 Details

  • Constructor Details

    • SetCustomDomain200Response

      public SetCustomDomain200Response()
  • Method Details

    • customDomain

      public SetCustomDomain200Response customDomain(String customDomain)
    • getCustomDomain

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

      public void setCustomDomain(String customDomain)
    • customDomainVerified

      public SetCustomDomain200Response customDomainVerified(Boolean customDomainVerified)
    • getCustomDomainVerified

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

      public void setCustomDomainVerified(Boolean customDomainVerified)
    • verifyTxtRecord

      public SetCustomDomain200Response verifyTxtRecord(String verifyTxtRecord)
    • getVerifyTxtRecord

      @Nullable public String getVerifyTxtRecord()
      DNS TXT record name to create
      Returns:
      verifyTxtRecord
    • setVerifyTxtRecord

      public void setVerifyTxtRecord(String verifyTxtRecord)
    • verifyTxtValue

      public SetCustomDomain200Response verifyTxtValue(String verifyTxtValue)
    • getVerifyTxtValue

      @Nullable public String getVerifyTxtValue()
      DNS TXT record value
      Returns:
      verifyTxtValue
    • setVerifyTxtValue

      public void setVerifyTxtValue(String verifyTxtValue)
    • message

      public SetCustomDomain200Response 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 setCustomDomain_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