public class LicenseLimits extends ServerResource implements ILicenseLimits
refreshable, server, updateable| Constructor and Description |
|---|
LicenseLimits() |
LicenseLimits(java.util.Map<java.lang.String,java.lang.Object> map) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> |
getCapability() |
long |
getClientCount() |
long |
getClientLimit() |
long |
getFileCount() |
long |
getFileLimit() |
long |
getLicenseExpires() |
java.lang.String |
getLicenseInvalid() |
long |
getLicenseTimeRemaining() |
long |
getRepoCount() |
long |
getRepoLimit() |
long |
getUserCount() |
long |
getUserLimit() |
boolean |
isLicensed() |
canRefresh, canUpdate, clearRawFields, complete, getRawField, getRawFields, hasRawField, parseDate, refresh, setRawField, setRawFields, setRefreshable, setServer, toDateString, update, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRefresh, canUpdate, clearRawFields, complete, getRawField, getRawFields, hasRawField, refresh, setRawField, setRawFields, setServer, update, update, updatepublic LicenseLimits()
public LicenseLimits(java.util.Map<java.lang.String,java.lang.Object> map)
public boolean isLicensed()
isLicensed in interface ILicenseLimitspublic long getUserCount()
getUserCount in interface ILicenseLimitspublic long getUserLimit()
getUserLimit in interface ILicenseLimitspublic long getClientCount()
getClientCount in interface ILicenseLimitspublic long getClientLimit()
getClientLimit in interface ILicenseLimitspublic long getFileCount()
getFileCount in interface ILicenseLimitspublic long getFileLimit()
getFileLimit in interface ILicenseLimitspublic long getRepoCount()
getRepoCount in interface ILicenseLimitspublic long getRepoLimit()
getRepoLimit in interface ILicenseLimitspublic long getLicenseExpires()
getLicenseExpires in interface ILicenseLimitspublic long getLicenseTimeRemaining()
getLicenseTimeRemaining in interface ILicenseLimitspublic java.lang.String getLicenseInvalid()
getLicenseInvalid in interface ILicenseLimitspublic java.util.List<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> getCapability()
getCapability in interface ILicenseLimits