Package io.camunda.client.protocol.rest
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe date when the Camunda license expiresWill be false when a license contains a non-commerical=true propertyWill return the license type property of the Camunda licenseTrue if the Camunda license is valid, false if otherwiseinthashCode()isCommercial(Boolean isCommercial) licenseType(String licenseType) voidsetExpiresAt(String expiresAt) voidsetIsCommercial(Boolean isCommercial) voidsetLicenseType(String licenseType) voidsetValidLicense(Boolean validLicense) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.validLicense(Boolean validLicense)
-
Field Details
-
JSON_PROPERTY_VALID_LICENSE
- See Also:
-
JSON_PROPERTY_LICENSE_TYPE
- See Also:
-
JSON_PROPERTY_IS_COMMERCIAL
- See Also:
-
JSON_PROPERTY_EXPIRES_AT
- See Also:
-
-
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
-
isCommercial
-
getIsCommercial
Will be false when a license contains a non-commerical=true property- Returns:
- isCommercial
-
setIsCommercial
-
expiresAt
-
getExpiresAt
The date when the Camunda license expires- Returns:
- expiresAt
-
setExpiresAt
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-