Package ru.slie.luna.license
Interface LicenseDetails
- All Superinterfaces:
Comparable<LicenseDetails>
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getId
String getId() -
getServerId
String getServerId() -
getType
LicenseType getType() -
getApp
LicensedApp getApp() -
getVersion
int getVersion() -
getStartAt
LocalDateTime getStartAt() -
getExpiresAt
LocalDateTime getExpiresAt() -
getUserLimit
int getUserLimit() -
getCustomerName
String getCustomerName() -
getIssuedAt
LocalDateTime getIssuedAt()
-