public interface LicenseDetails extends Serializable
Modifier and Type | Method and Description |
---|---|
int |
getCapacity()
Returns the capacity associated to this license key.
|
String |
getDescription()
Get the license description
|
Date |
getExpirationDate()
Get the license expiration date
|
LicenseType |
getLicenseType()
Get the license type
|
long |
getRemainingDaysUntilExpireTime()
Return the number of days remaining until the license expires (rounded up).
|
Date |
getStartDate()
Returns the start date of the license
|
boolean |
isActive()
Returns whether the license is active at this point in time.
|
String getDescription()
LicenseType getLicenseType()
Date getExpirationDate()
Date getStartDate()
boolean isActive()
int getCapacity()
long getRemainingDaysUntilExpireTime()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.