Package org.bonitasoft.web.client.model
Class License
java.lang.Object
org.bonitasoft.web.client.model.License
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class License
extends Object
implements Serializable
Bonita license
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexpirationDate(Long expirationDate) name of the Bonita edition enabled by the license (Community,...)License expiration date with format: `yyyy-MM-dd HH:mm:ss.SSS`number of CPUsgetOwner()Owner of the licenseinthashCode()nbCpuCores(String nbCpuCores) voidsetEdition(String edition) voidsetExpirationDate(Long expirationDate) voidsetNbCpuCores(String nbCpuCores) voidtoString()
-
Field Details
-
JSON_PROPERTY_OWNER
- See Also:
-
JSON_PROPERTY_EDITION
- See Also:
-
JSON_PROPERTY_NB_CPU_CORES
- See Also:
-
JSON_PROPERTY_EXPIRATION_DATE
- See Also:
-
-
Constructor Details
-
License
public License()
-
-
Method Details
-
owner
-
getOwner
Owner of the license- Returns:
- owner
-
setOwner
-
edition
-
getEdition
name of the Bonita edition enabled by the license (Community,...)- Returns:
- edition
-
setEdition
-
nbCpuCores
-
getNbCpuCores
number of CPUs- Returns:
- nbCpuCores
-
setNbCpuCores
-
expirationDate
-
getExpirationDate
License expiration date with format: `yyyy-MM-dd HH:mm:ss.SSS`- Returns:
- expirationDate
-
setExpirationDate
-
equals
-
hashCode
public int hashCode() -
toString
-