LicenseKeyProduct instead@Deprecated public class LicenseKeyProduct extends LicenseKeyProduct
MINOR_VERSION_DEFAULT| Constructor and Description |
|---|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
Creates a LicenseKeyProduct Pojo.
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
Creates a LicenseKeyProduct Pojo.
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
String deploymentType,
Date expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
Creates a LicenseKeyProduct Pojo.
|
LicenseKeyProduct(String productName,
int majorVersion,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
Creates a LicenseKeyProduct Pojo.
|
LicenseKeyProduct(String productName,
int majorVersion,
String type,
String deploymentType,
Date expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
Creates a LicenseKeyProduct Pojo.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpire()
Deprecated.
Getter for the expiration date.
|
getDeploymentType, getExpireDate, getMajor, getMajorVersion, getMinor, getMinorVersion, getPlatform, getProductFeatures, getProductName, getTypepublic LicenseKeyProduct(String productName, int majorVersion, int minorVersion, String type, String deploymentType, Date expire, String platform, LicenseKeyProductFeature[] productFeatures)
productName - the name of the productmajorVersion - the major version of the productminorVersion - the minor version of the producttype - the type of use of the productdeploymentType - the type of deployment of the productexpire - the expiration date of the productplatform - the platform the product is used onproductFeatures - the available featurespublic LicenseKeyProduct(String productName, int majorVersion, String type, String deploymentType, Date expire, String platform, LicenseKeyProductFeature[] productFeatures)
productName - the name of the productmajorVersion - the major version of the producttype - the type of use of the productdeploymentType - the type of deployment of the productexpire - the expiration date of the productplatform - the platform the product is used onproductFeatures - the available featurespublic LicenseKeyProduct(String productName, int majorVersion, int minorVersion, LicenseKeyProductFeature[] productFeatures)
productName - the name of the productmajorVersion - the major version of the productminorVersion - the minor version of the productproductFeatures - the available featurespublic LicenseKeyProduct(String productName, int majorVersion, int minorVersion, String type, LicenseKeyProductFeature[] productFeatures)
productName - the name of the productmajorVersion - the major version of the productminorVersion - the minor version of the producttype - the type of use of the productproductFeatures - the available featurespublic LicenseKeyProduct(String productName, int majorVersion, LicenseKeyProductFeature[] productFeatures)
productName - the name of the productmajorVersion - the major version of the productproductFeatures - the available featurespublic Date getExpire()
Copyright © 2021. All rights reserved.