public class UserPreferences extends Object implements Serializable
| Constructor and Description |
|---|
UserPreferences() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCurrency() |
Integer |
getDataVersion() |
Long |
getDefaultGas() |
Boolean |
getEnableDelegation() |
List<String> |
getOverviewAccounts() |
String |
getPhrase() |
String |
getPrincipalAccount() |
String |
getWalletAddress() |
int |
hashCode() |
static UserPreferences |
parseStringToObject(String jsonString) |
void |
setCurrency(String currency) |
void |
setDataVersion(Integer dataVersion) |
void |
setDefaultGas(Long defaultGas) |
void |
setEnableDelegation(Boolean enableDelegation) |
void |
setOverviewAccounts(List<String> overviewAccounts) |
void |
setPhrase(String phrase) |
void |
setPrincipalAccount(String principalAccount) |
void |
setWalletAddress(String walletAddress) |
org.json.JSONObject |
toJSONObject() |
String |
toJSONString() |
String |
toString() |
public String toJSONString()
public org.json.JSONObject toJSONObject()
public static final UserPreferences parseStringToObject(String jsonString)
public Integer getDataVersion()
public Long getDefaultGas()
public String getCurrency()
public String getWalletAddress()
public String getPhrase()
public String getPrincipalAccount()
public Boolean getEnableDelegation()
public void setDataVersion(Integer dataVersion)
public void setDefaultGas(Long defaultGas)
public void setCurrency(String currency)
public void setWalletAddress(String walletAddress)
public void setPhrase(String phrase)
public void setPrincipalAccount(String principalAccount)
public void setEnableDelegation(Boolean enableDelegation)
protected boolean canEqual(Object other)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.