Class LicenseResponse

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-04T12:01:10.435788262Z[GMT]", comments="Generator version: 7.12.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(@Nullable Boolean validLicense)
    • getValidLicense

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

      public void setValidLicense(@Nullable Boolean validLicense)
    • licenseType

      public LicenseResponse licenseType(@Nullable String licenseType)
    • getLicenseType

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

      public void setLicenseType(@Nullable String licenseType)
    • isCommercial

      public LicenseResponse isCommercial(@Nullable Boolean isCommercial)
    • getIsCommercial

      @Nullable public Boolean getIsCommercial()
      Will be false when a license contains a non-commerical=true property
      Returns:
      isCommercial
    • setIsCommercial

      public void setIsCommercial(@Nullable Boolean isCommercial)
    • expiresAt

      public LicenseResponse expiresAt(@Nullable String expiresAt)
    • getExpiresAt

      @Nullable public String getExpiresAt()
      The date when the Camunda license expires
      Returns:
      expiresAt
    • setExpiresAt

      public void setExpiresAt(@Nullable String expiresAt)
    • 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