public class BorrowOrder extends Object
Constructor and Description |
---|
BorrowOrder(BigDecimal amount,
Instant borrowDate,
long borrowId,
int days,
BigDecimal dealAmount,
BigDecimal rate,
Status status,
String symbol) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
Instant |
getBorrowDate() |
long |
getBorrowId() |
int |
getDays() |
BigDecimal |
getDealAmount() |
BigDecimal |
getRate() |
Status |
getStatus() |
String |
getSymbol() |
String |
toString() |
public BorrowOrder(BigDecimal amount, Instant borrowDate, long borrowId, int days, BigDecimal dealAmount, BigDecimal rate, Status status, String symbol)
public BigDecimal getAmount()
public Instant getBorrowDate()
public long getBorrowId()
public int getDays()
public BigDecimal getDealAmount()
public BigDecimal getRate()
public Status getStatus()
public String getSymbol()
Copyright © 2013–2017. All rights reserved.