Class LicenseResponse

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

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2024-10-11T17:26:39.504605721Z[GMT]", comments="Generator version: 7.8.0") public class LicenseResponse extends Object
The response of a license request.
  • Constructor Details

    • LicenseResponse

      public LicenseResponse()
  • Method Details

    • validLicense

      public LicenseResponse validLicense(Boolean validLicense)
    • getValidLicense

      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

      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