public class BorrowsInfo extends Object
Constructor and Description |
---|
BorrowsInfo(BigDecimal borrowBtc,
BigDecimal borrowLtc,
BigDecimal borrowCny,
BigDecimal canBorrow,
BigDecimal interestBtc,
BigDecimal interestLtc,
BigDecimal interestCny,
boolean result,
BigDecimal todayInterestBtc,
BigDecimal todayInterestLtc,
BigDecimal todayInterestCny) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBorrowBtc() |
BigDecimal |
getBorrowCny() |
BigDecimal |
getBorrowLtc() |
BigDecimal |
getCanBorrow() |
BigDecimal |
getInterestBtc() |
BigDecimal |
getInterestCny() |
BigDecimal |
getInterestLtc() |
BigDecimal |
getTodayInterestBtc() |
BigDecimal |
getTodayInterestCny() |
BigDecimal |
getTodayInterestLtc() |
String |
toString() |
public BorrowsInfo(BigDecimal borrowBtc, BigDecimal borrowLtc, BigDecimal borrowCny, BigDecimal canBorrow, BigDecimal interestBtc, BigDecimal interestLtc, BigDecimal interestCny, boolean result, BigDecimal todayInterestBtc, BigDecimal todayInterestLtc, BigDecimal todayInterestCny)
public BigDecimal getBorrowBtc()
public BigDecimal getBorrowLtc()
public BigDecimal getBorrowCny()
public BigDecimal getCanBorrow()
public BigDecimal getInterestBtc()
public BigDecimal getInterestLtc()
public BigDecimal getInterestCny()
public BigDecimal getTodayInterestBtc()
public BigDecimal getTodayInterestLtc()
public BigDecimal getTodayInterestCny()
Copyright © 2013–2017. All rights reserved.