public class FundStatementsDailyGetListStruct extends Object
| 构造器和说明 |
|---|
FundStatementsDailyGetListStruct() |
| 限定符和类型 | 方法和说明 |
|---|---|
FundStatementsDailyGetListStruct |
amount(Long amount) |
FundStatementsDailyGetListStruct |
description(String description) |
boolean |
equals(Object o) |
FundStatementsDailyGetListStruct |
fundType(AccountTypeMap fundType) |
Long |
getAmount()
Get amount
|
String |
getDescription()
Get description
|
AccountTypeMap |
getFundType()
Get fundType
|
TradeType |
getTradeType()
Get tradeType
|
int |
hashCode() |
void |
setAmount(Long amount) |
void |
setDescription(String description) |
void |
setFundType(AccountTypeMap fundType) |
void |
setTradeType(TradeType tradeType) |
String |
toString() |
FundStatementsDailyGetListStruct |
tradeType(TradeType tradeType) |
public FundStatementsDailyGetListStruct tradeType(TradeType tradeType)
public TradeType getTradeType()
public void setTradeType(TradeType tradeType)
public FundStatementsDailyGetListStruct amount(Long amount)
public Long getAmount()
public void setAmount(Long amount)
public FundStatementsDailyGetListStruct description(String description)
public String getDescription()
public void setDescription(String description)
public FundStatementsDailyGetListStruct fundType(AccountTypeMap fundType)
public AccountTypeMap getFundType()
public void setFundType(AccountTypeMap fundType)
Copyright © 2020. All rights reserved.