| Package | Description |
|---|---|
| com.h3c.license | |
| com.h3c.sdn.license |
Definitions of the domain model pertaining to the Licenses.
|
| Modifier and Type | Method and Description |
|---|---|
static LicenseStatus |
LicenseStatus.get(int ord)
Find license status by it's ordinal.
|
static LicenseStatus |
LicenseStatus.get(String name)
Find license status by name
|
LicenseStatus |
License.status()
Status of the license key, e.g.
|
LicenseStatus |
BaseLicense.status() |
static LicenseStatus |
LicenseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseStatus[] |
LicenseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseStatus |
AppLicense.getStatus() |
| Constructor and Description |
|---|
AppLicense(Id<AppLicense,Long> id,
short licFWVersion,
LicenseType type,
LicenseStatus status,
boolean base,
short product,
short prodVersion,
int lockId,
long created,
long activated,
short metric,
int metricQty,
short deactCode,
short sno,
short expDays,
String key) |
AppLicense(short licFWVersion,
LicenseType type,
LicenseStatus status,
boolean base,
short product,
short prodVersion,
int lockId,
long created,
long activated,
short metric,
int metricQty,
short deactCode,
short sno,
short expDays,
String key) |
Copyright © 2014. All Rights Reserved.