public class LicenseKeyProduct extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MINOR_VERSION_DEFAULT
Default minor version, which will be used if minor version is not specified.
|
| Constructor and Description |
|---|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
|
LicenseKeyProduct(String productName,
int majorVersion,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
int majorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
|
LicenseKeyProduct(String productName,
String majorVersion)
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that require a license.
|
LicenseKeyProduct(String productName,
String majorVersion,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
as
LicenseKeyProductFeature is deprecated.
Use LicenseKeyProduct(String, String) instead |
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion)
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that
require a license.
|
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
as
LicenseKeyProductFeature is deprecated.
Use LicenseKeyProduct(String, String, String) instead |
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion,
String type)
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that
require a license.
|
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion,
String type,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
as
LicenseKeyProductFeature is deprecated.
Use LicenseKeyProduct(String, String, String, String) instead |
LicenseKeyProduct(String productName,
String majorVersion,
String type,
String deploymentType,
String expire,
String platform)
Creates a LicenseKeyProduct Pojo.
|
LicenseKeyProduct(String productName,
String majorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
as
LicenseKeyProductFeature is deprecated.
Use LicenseKeyProduct(String, String, String, String, String, String) instead |
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion,
String type,
String deploymentType,
String expire,
String platform)
Creates a LicenseKeyProduct Pojo.
|
LicenseKeyProduct(String productName,
String majorVersion,
String minorVersion,
String type,
String deploymentType,
String expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Deprecated.
as
LicenseKeyProductFeature is deprecated.
Use LicenseKeyProduct(String, String, String, String, String, String, String) instead |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentType()
Getter for the deployment method.
|
String |
getExpireDate()
Getter for the expiration date.
|
String |
getMajor()
Getter for the major version of the licensed product.
|
int |
getMajorVersion()
Getter for the major version.
|
String |
getMinor()
Getter for the minor version of the licensed product.
|
int |
getMinorVersion()
Getter for the minor version.
|
String |
getPlatform()
Getter for the platform.
|
LicenseKeyProductFeature[] |
getProductFeatures()
Deprecated.
as
LicenseKeyProductFeature is deprecated. |
String |
getProductName()
Getter for the product name.
|
String |
getType()
Getter for the use.
|
public static final String MINOR_VERSION_DEFAULT
public LicenseKeyProduct(String productName, String majorVersion, String minorVersion, String type, String deploymentType, String expire, String platform)
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 onpublic LicenseKeyProduct(String productName, String majorVersion, String type, String deploymentType, String expire, String platform)
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 onpublic LicenseKeyProduct(String productName, String majorVersion, String minorVersion, String type)
productName - the name of the productmajorVersion - the major version of the productminorVersion - the minor version of the producttype - type of the productpublic LicenseKeyProduct(String productName, String majorVersion, String minorVersion)
productName - the name of the productmajorVersion - the major version of the productminorVersion - the minor version of the productpublic LicenseKeyProduct(String productName, String majorVersion)
productName - the name of the productmajorVersion - the major version of the product@Deprecated public LicenseKeyProduct(String productName, String majorVersion, String minorVersion, String type, String deploymentType, String expire, String platform, LicenseKeyProductFeature[] productFeatures)
LicenseKeyProductFeature is deprecated.
Use LicenseKeyProduct(String, String, String, String, String, String, String) insteadproductName - 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 features@Deprecated public LicenseKeyProduct(String productName, String majorVersion, String type, String deploymentType, String expire, String platform, LicenseKeyProductFeature[] productFeatures)
LicenseKeyProductFeature is deprecated.
Use LicenseKeyProduct(String, String, String, String, String, String) insteadproductName - 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 features@Deprecated public LicenseKeyProduct(String productName, String majorVersion, String minorVersion, LicenseKeyProductFeature[] productFeatures)
LicenseKeyProductFeature is deprecated.
Use LicenseKeyProduct(String, String, String) insteadproductName - the name of the productmajorVersion - the major version of the productminorVersion - the minor version of the productproductFeatures - the available features@Deprecated public LicenseKeyProduct(String productName, String majorVersion, String minorVersion, String type, LicenseKeyProductFeature[] productFeatures)
LicenseKeyProductFeature is deprecated.
Use LicenseKeyProduct(String, String, String, String) insteadproductName - the name of the productmajorVersion - the major version of the productminorVersion - the minor version of the producttype - type of the productproductFeatures - the available features@Deprecated public LicenseKeyProduct(String productName, String majorVersion, LicenseKeyProductFeature[] productFeatures)
LicenseKeyProductFeature is deprecated.
Use LicenseKeyProduct(String, String) insteadproductName - the name of the productmajorVersion - the major version of the productproductFeatures - the available features@Deprecated public LicenseKeyProduct(String productName, int majorVersion, int minorVersion, String type, String deploymentType, String expire, String platform, LicenseKeyProductFeature[] productFeatures)
LicenseKeyProduct(String, String, String, String, String, String,
String, LicenseKeyProductFeature[]) insteadproductName - 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 features@Deprecated public LicenseKeyProduct(String productName, int majorVersion, String type, String deploymentType, String expire, String platform, LicenseKeyProductFeature[] productFeatures)
LicenseKeyProduct(String, String, String, String, String, String,
LicenseKeyProductFeature[]) insteadproductName - 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 features@Deprecated public LicenseKeyProduct(String productName, int majorVersion, int minorVersion, LicenseKeyProductFeature[] productFeatures)
LicenseKeyProduct(String, String, String, LicenseKeyProductFeature[]) insteadproductName - the name of the productmajorVersion - the major version of the productminorVersion - the minor version of the productproductFeatures - the available features@Deprecated public LicenseKeyProduct(String productName, int majorVersion, int minorVersion, String type, LicenseKeyProductFeature[] productFeatures)
LicenseKeyProduct(String, String, String, String, LicenseKeyProductFeature[]) insteadproductName - the name of the productmajorVersion - the major version of the productminorVersion - the minor version of the producttype - type of the productproductFeatures - the available features@Deprecated public LicenseKeyProduct(String productName, int majorVersion, LicenseKeyProductFeature[] productFeatures)
LicenseKeyProduct(String, String, LicenseKeyProductFeature[]) insteadproductName - the name of the productmajorVersion - the major version of the productproductFeatures - the available featurespublic String getProductName()
public String getMajor()
public int getMajorVersion()
public String getMinor()
public int getMinorVersion()
public String getType()
public String getDeploymentType()
public String getExpireDate()
public String getPlatform()
@Deprecated public LicenseKeyProductFeature[] getProductFeatures()
LicenseKeyProductFeature is deprecated.Copyright © 2021. All rights reserved.