Package se.datadosen.jalbum
Class AccountManager.AccountStatus
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
String>
- Enclosing class:
AccountManager
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
quota
- See Also:
-
limit
- See Also:
-
usage
- See Also:
-
accountType
- See Also:
-
accountExpires
- See Also:
-
validLicense
- See Also:
-
username
- See Also:
-
email
- See Also:
-
name
- See Also:
-
giftCards
- See Also:
-
donor
- See Also:
-
uic
- See Also:
-
licenseType
- See Also:
-
licenseUsers
- See Also:
-
licenseVersion
- See Also:
-
licenseExpires
- See Also:
-
supportExpires
- See Also:
-
-
Constructor Details
-
AccountStatus
public AccountStatus()
-
-
Method Details
-
get
- Since:
- 9.6
-
isFree
public boolean isFree() -
isPaid
public boolean isPaid() -
isDonor
public boolean isDonor() -
getAccountExpires
-
getFormattedAccountExpires
-