Package org.bonitasoft.web.client.model
Class PlatformLicense
java.lang.Object
org.bonitasoft.web.client.model.PlatformLicense
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class PlatformLicense
extends Object
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncaseCounter(Long caseCounter) caseCounterLimit(Long caseCounterLimit) booleannumber of consumed process instances for period between `subscriptionStartPeriod` and `subscriptionEndPeriod`number of process instances provisioned for period between `subscriptionStartPeriod` and `subscriptionEndPeriod`number of days for license file validityname of the Bonita edition enabled by the licensedate with format `yyyy-MM-dd` - last day (included) of license file validityavailable mode enabled by the licensedate with format `yyyy-MM-dd` - first day (included) of license file validitynumber of CPUsrequest key to use to generate a new license on the customer portal If you have a subscription that specifies case-counter licensing, additional fields are present:date with format `yyyy-MM-dd` - last day (included) of current period for number of process instances provisioneddate with format `yyyy-MM-dd` - first day (included) of current period for number of process instances provisionedinthashCode()licenseExpirationDate(String licenseExpirationDate) licenseMode(String licenseMode) licenseStartDate(String licenseStartDate) numberOfCPUCores(String numberOfCPUCores) requestKey(String requestKey) voidsetCaseCounter(Long caseCounter) voidsetCaseCounterLimit(Long caseCounterLimit) voidsetDuration(String duration) voidsetEdition(String edition) voidsetLicenseExpirationDate(String licenseExpirationDate) voidsetLicenseMode(String licenseMode) voidsetLicenseStartDate(String licenseStartDate) voidsetNumberOfCPUCores(String numberOfCPUCores) voidsetRequestKey(String requestKey) voidsetSubscriptionEndPeriod(String subscriptionEndPeriod) voidsetSubscriptionStartPeriod(String subscriptionStartPeriod) subscriptionEndPeriod(String subscriptionEndPeriod) subscriptionStartPeriod(String subscriptionStartPeriod) toString()
-
Field Details
-
JSON_PROPERTY_LICENSE_START_DATE
- See Also:
-
JSON_PROPERTY_DURATION
- See Also:
-
JSON_PROPERTY_LICENSE_EXPIRATION_DATE
- See Also:
-
JSON_PROPERTY_NUMBER_OF_C_P_U_CORES
- See Also:
-
JSON_PROPERTY_EDITION
- See Also:
-
JSON_PROPERTY_LICENSE_MODE
- See Also:
-
JSON_PROPERTY_REQUEST_KEY
- See Also:
-
JSON_PROPERTY_SUBSCRIPTION_START_PERIOD
- See Also:
-
JSON_PROPERTY_SUBSCRIPTION_END_PERIOD
- See Also:
-
JSON_PROPERTY_CASE_COUNTER_LIMIT
- See Also:
-
JSON_PROPERTY_CASE_COUNTER
- See Also:
-
-
Constructor Details
-
PlatformLicense
public PlatformLicense()
-
-
Method Details
-
licenseStartDate
-
getLicenseStartDate
date with format `yyyy-MM-dd` - first day (included) of license file validity- Returns:
- licenseStartDate
-
setLicenseStartDate
-
duration
-
getDuration
number of days for license file validity- Returns:
- duration
-
setDuration
-
licenseExpirationDate
-
getLicenseExpirationDate
date with format `yyyy-MM-dd` - last day (included) of license file validity- Returns:
- licenseExpirationDate
-
setLicenseExpirationDate
-
numberOfCPUCores
-
getNumberOfCPUCores
number of CPUs- Returns:
- numberOfCPUCores
-
setNumberOfCPUCores
-
edition
-
getEdition
name of the Bonita edition enabled by the license- Returns:
- edition
-
setEdition
-
licenseMode
-
getLicenseMode
available mode enabled by the license- Returns:
- licenseMode
-
setLicenseMode
-
requestKey
-
getRequestKey
request key to use to generate a new license on the customer portal If you have a subscription that specifies case-counter licensing, additional fields are present:- Returns:
- requestKey
-
setRequestKey
-
subscriptionStartPeriod
-
getSubscriptionStartPeriod
date with format `yyyy-MM-dd` - first day (included) of current period for number of process instances provisioned- Returns:
- subscriptionStartPeriod
-
setSubscriptionStartPeriod
-
subscriptionEndPeriod
-
getSubscriptionEndPeriod
date with format `yyyy-MM-dd` - last day (included) of current period for number of process instances provisioned- Returns:
- subscriptionEndPeriod
-
setSubscriptionEndPeriod
-
caseCounterLimit
-
getCaseCounterLimit
number of process instances provisioned for period between `subscriptionStartPeriod` and `subscriptionEndPeriod`- Returns:
- caseCounterLimit
-
setCaseCounterLimit
-
caseCounter
-
getCaseCounter
number of consumed process instances for period between `subscriptionStartPeriod` and `subscriptionEndPeriod`- Returns:
- caseCounter
-
setCaseCounter
-
equals
-
hashCode
public int hashCode() -
toString
-