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 Summary
Fields -
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()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:
-
-
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
-
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
-