public class BitcoindeBalance extends Object
| Constructor and Description |
|---|
BitcoindeBalance()
No args constructor for use in serialization
|
BitcoindeBalance(BigDecimal availableAmount,
BigDecimal reservedAmount,
BigDecimal totalAmount) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
BigDecimal |
getAvailableAmount() |
BigDecimal |
getReservedAmount() |
BigDecimal |
getTotalAmount() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAvailableAmount(BigDecimal availableAmount) |
void |
setReservedAmount(BigDecimal reservedAmount) |
void |
setTotalAmount(BigDecimal totalAmount) |
public BitcoindeBalance()
public BitcoindeBalance(BigDecimal availableAmount, BigDecimal reservedAmount, BigDecimal totalAmount)
availableAmount - reservedAmount - totalAmount - public BigDecimal getAvailableAmount()
public void setAvailableAmount(BigDecimal availableAmount)
public BigDecimal getReservedAmount()
public void setReservedAmount(BigDecimal reservedAmount)
public BigDecimal getTotalAmount()
public void setTotalAmount(BigDecimal totalAmount)
Copyright © 2012–2018 Knowm Inc.. All rights reserved.