public class License extends Object
Modifier and Type | Field and Description |
---|---|
static DateFormat |
DATE_FORMAT |
Constructor and Description |
---|
License() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCustomerId() |
Date |
getExpirationDate() |
String |
getLicenseId() |
Integer |
getMaximumBandwidth() |
Integer |
getNbAccounts() |
Integer |
getNbUniqueConcurrentLogins() |
String |
getProductId() |
int |
getVersion() |
boolean |
isCargoEnabled() |
boolean |
isConnectEnabled() |
boolean |
isDesktopGuiEnabled() |
boolean |
isGroupConfigurationEnabled() |
boolean |
isHttpFallbackServerEnabled() |
boolean |
isMaximumBandwidthUnlimited() |
boolean |
isMobileEnabled() |
boolean |
isNbAccountsUnlimited() |
boolean |
isNbUniqueConcurrentLoginsUnlimited() |
boolean |
isSharedEndpointsEnabled() |
boolean |
neverExpires() |
String |
toString() |
public static final DateFormat DATE_FORMAT
public int getVersion()
public String getProductId()
public String getCustomerId()
public String getLicenseId()
public Date getExpirationDate()
public boolean neverExpires()
public Integer getMaximumBandwidth()
public boolean isMaximumBandwidthUnlimited()
public Integer getNbAccounts()
public boolean isNbAccountsUnlimited()
public Integer getNbUniqueConcurrentLogins()
public boolean isNbUniqueConcurrentLoginsUnlimited()
public boolean isConnectEnabled()
public boolean isMobileEnabled()
public boolean isCargoEnabled()
public boolean isHttpFallbackServerEnabled()
public boolean isGroupConfigurationEnabled()
public boolean isSharedEndpointsEnabled()
public boolean isDesktopGuiEnabled()
Copyright © 2017 Aspera Inc.. All rights reserved.