public class WalletPreferences extends Object implements Serializable
| Constructor and Description |
|---|
WalletPreferences() |
public String toJSONString()
public org.json.JSONObject toJSONObject()
public static final WalletPreferences 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 Wallet getWallet()
public Set<AddressLabel> getAddresesLabels()
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)
public void setWallet(Wallet wallet)
public void setAddresesLabels(Set<AddressLabel> addresesLabels)
protected boolean canEqual(Object other)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.