Class LicenseResponse

java.lang.Object
io.camunda.zeebe.client.protocol.rest.LicenseResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-10-28T16:53:53.401346729Z[GMT]", comments="Generator version: 7.8.0") public class LicenseResponse extends Object
The response of a license request.
  • Field Details

  • Constructor Details

    • LicenseResponse

      public LicenseResponse()
  • Method Details

    • validLicense

      public LicenseResponse validLicense(Boolean validLicense)
    • getValidLicense

      @Nullable public Boolean getValidLicense()
      True if the Camunda license is valid, false if otherwise
      Returns:
      validLicense
    • setValidLicense

      public void setValidLicense(Boolean validLicense)
    • licenseType

      public LicenseResponse licenseType(String licenseType)
    • getLicenseType

      @Nullable public String getLicenseType()
      Will return the license type property of the Camunda license
      Returns:
      licenseType
    • setLicenseType

      public void setLicenseType(String licenseType)
    • equals

      public boolean equals(Object 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