public final class BitcoinAccount extends Object
Constructor and Description |
---|
BitcoinAccount(Integer id,
BigDecimal balance,
String address,
String currency,
String currencySymbol,
String pusherChannel,
BigDecimal btcMinimumWithdraw,
BigDecimal lowestOfferInterestRate,
BigDecimal highestOfferInterestRate,
BigDecimal freeBalance)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
BigDecimal |
getBalance() |
BigDecimal |
getBtcMinimumWithdraw() |
String |
getCurrency() |
String |
getCurrencySymbol() |
BigDecimal |
getFreeBalance() |
BigDecimal |
getHighestOfferInterestRate() |
Integer |
getId() |
BigDecimal |
getLowestOfferInterestRate() |
String |
getPusherChannel() |
String |
toString() |
public BitcoinAccount(Integer id, BigDecimal balance, String address, String currency, String currencySymbol, String pusherChannel, BigDecimal btcMinimumWithdraw, BigDecimal lowestOfferInterestRate, BigDecimal highestOfferInterestRate, BigDecimal freeBalance)
id
- balance
- address
- currency
- currencySymbol
- pusherChannel
- btcMinimumWithdraw
- lowestOfferInterestRate
- highestOfferInterestRate
- freeBalance
- public Integer getId()
public BigDecimal getBalance()
public String getAddress()
public String getCurrency()
public String getCurrencySymbol()
public String getPusherChannel()
public BigDecimal getBtcMinimumWithdraw()
public BigDecimal getLowestOfferInterestRate()
public BigDecimal getHighestOfferInterestRate()
public BigDecimal getFreeBalance()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.