Class BiboxCoin
java.lang.Object
org.knowm.xchange.bibox.dto.account.BiboxCoin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetId()getName()voidsetAdditionalProperty(String name, Object value) voidsetBalance(BigDecimal balance) voidsetBtcValue(BigDecimal bTCValue) voidsetCnyValue(BigDecimal cNYValue) voidsetConfirmCount(Integer confirmCount) voidsetDescribeUrl(String describeUrl) voidsetEnableDeposit(boolean enableDeposit) voidsetEnableWithdraw(boolean enableWithdraw) voidsetFreeze(BigDecimal freeze) voidsetIconUrl(URI iconUrl) voidvoidvoidvoidsetTotalBalance(BigDecimal totalBalance) voidsetUsdValue(BigDecimal usdValue)
-
Constructor Details
-
BiboxCoin
public BiboxCoin()
-
-
Method Details
-
getTotalBalance
- Returns:
- The totalBalance
-
setTotalBalance
- Parameters:
totalBalance- The totalBalance
-
getBalance
- Returns:
- The balance
-
setBalance
- Parameters:
balance- The balance
-
getFreeze
- Returns:
- The freeze
-
setFreeze
- Parameters:
freeze- The freeze
-
getId
- Returns:
- The id
-
setId
- Parameters:
id- The id
-
getSymbol
- Returns:
- The symbol
-
setSymbol
- Parameters:
symbol- The symbol
-
getIconUrl
- Returns:
- The iconUrl
-
setIconUrl
- Parameters:
iconUrl- The icon_url
-
getDescribeUrl
- Returns:
- The describeUrl
-
setDescribeUrl
- Parameters:
describeUrl- The describe_url
-
getName
- Returns:
- The name
-
setName
- Parameters:
name- The name
-
getEnableWithdraw
public boolean getEnableWithdraw()- Returns:
- The enableWithdraw
-
setEnableWithdraw
public void setEnableWithdraw(boolean enableWithdraw) - Parameters:
enableWithdraw- The enable_withdraw
-
getEnableDeposit
public boolean getEnableDeposit()- Returns:
- The enableDeposit
-
setEnableDeposit
public void setEnableDeposit(boolean enableDeposit) - Parameters:
enableDeposit- The enable_deposit
-
getConfirmCount
- Returns:
- The confirmCount
-
setConfirmCount
- Parameters:
confirmCount- The confirm_count
-
getBtcValue
- Returns:
- The btcValue
-
setBtcValue
- Parameters:
btcValue- The BTCValue
-
getCnyValue
- Returns:
- The cnyValue
-
setCnyValue
- Parameters:
cnyValue- The CNYValue
-
getUsdValue
- Returns:
- The usdValue
-
setUsdValue
- Parameters:
usdValue- The USDValue
-
getAdditionalProperties
-
setAdditionalProperty
-