@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class CashFlowList extends Object
| Constructor and Description |
|---|
CashFlowList() |
| Modifier and Type | Method and Description |
|---|---|
CashFlowList |
addCashFlowsItem(CashFlow cashFlowsItem) |
CashFlowList |
cashFlows(List<CashFlow> cashFlows) |
boolean |
equals(Object o) |
List<CashFlow> |
getCashFlows()
Array of cash flows
|
BigDecimal |
getTotalBalance()
The total balance
|
BigDecimal |
getTotalIncome()
The total income
|
BigDecimal |
getTotalSpending()
The total spending
|
int |
hashCode() |
void |
setCashFlows(List<CashFlow> cashFlows) |
void |
setTotalBalance(BigDecimal totalBalance) |
void |
setTotalIncome(BigDecimal totalIncome) |
void |
setTotalSpending(BigDecimal totalSpending) |
String |
toString() |
CashFlowList |
totalBalance(BigDecimal totalBalance) |
CashFlowList |
totalIncome(BigDecimal totalIncome) |
CashFlowList |
totalSpending(BigDecimal totalSpending) |
public CashFlowList cashFlows(List<CashFlow> cashFlows)
public CashFlowList addCashFlowsItem(CashFlow cashFlowsItem)
public CashFlowList totalIncome(BigDecimal totalIncome)
public BigDecimal getTotalIncome()
public void setTotalIncome(BigDecimal totalIncome)
public CashFlowList totalSpending(BigDecimal totalSpending)
public BigDecimal getTotalSpending()
public void setTotalSpending(BigDecimal totalSpending)
public CashFlowList totalBalance(BigDecimal totalBalance)
public BigDecimal getTotalBalance()
public void setTotalBalance(BigDecimal totalBalance)
Copyright © 2018. All rights reserved.