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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWill return the license type property of the Camunda licenseTrue if the Camunda license is valid, false if otherwiseinthashCode()licenseType(String licenseType) voidsetLicenseType(String licenseType) voidsetValidLicense(Boolean validLicense) toString()validLicense(Boolean validLicense)
-
Constructor Details
-
LicenseResponse
public LicenseResponse()
-
-
Method Details
-
validLicense
-
getValidLicense
True if the Camunda license is valid, false if otherwise- Returns:
- validLicense
-
setValidLicense
-
licenseType
-
getLicenseType
Will return the license type property of the Camunda license- Returns:
- licenseType
-
setLicenseType
-
equals
-
hashCode
public int hashCode() -
toString
-