public class AccountInfo extends DtoBase
| Constructor and Description |
|---|
AccountInfo(String login,
String[] rights,
Date last_Login,
Date created,
long index,
BitcoinPrice monthly_Volume,
String language,
String id,
HashMap<String,Wallet> wallets,
double trade_Fee) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
String |
getId() |
long |
getIndex() |
String |
getLanguage() |
Date |
getLast_Login() |
String |
getLogin() |
BitcoinPrice |
getMonthly_Volume() |
String[] |
getRights() |
double |
getTrade_Fee() |
HashMap<String,Wallet> |
getWallets() |
public String getLogin()
public String[] getRights()
public Date getLast_Login()
public Date getCreated()
public long getIndex()
public BitcoinPrice getMonthly_Volume()
public String getLanguage()
public String getId()
public double getTrade_Fee()
Copyright © 2013. All Rights Reserved.