public class Fun9535Response extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
chargeType |
protected BigDecimal |
discount |
protected String |
exchangeName |
protected BigDecimal |
fareRatio |
protected String |
fundCode |
protected String |
fundCompany |
protected String |
fundName |
protected String |
fundStatus |
protected String |
mStockType |
protected String |
stockType |
| 构造器和说明 |
|---|
Fun9535Response() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChargeType() |
BigDecimal |
getDiscount() |
String |
getExchangeName() |
BigDecimal |
getFareRatio() |
String |
getFundCode() |
String |
getFundCompany() |
String |
getFundName() |
String |
getFundStatus() |
String |
getMStockType() |
String |
getStockType() |
void |
setChargeType(String charge_type) |
void |
setDiscount(BigDecimal discount) |
void |
setExchangeName(String exchange_name) |
void |
setFareRatio(BigDecimal fare_ratio) |
void |
setFundCode(String fund_code) |
void |
setFundCompany(String fund_company) |
void |
setFundName(String fund_name) |
void |
setFundStatus(String fund_status) |
void |
setMStockType(String m_stock_type) |
void |
setStockType(String stock_type) |
protected String fundCompany
protected String exchangeName
protected String fundCode
protected String fundName
protected String stockType
protected String fundStatus
protected String chargeType
protected String mStockType
protected BigDecimal discount
protected BigDecimal fareRatio
public String getFundCompany()
public void setFundCompany(String fund_company)
public String getExchangeName()
public void setExchangeName(String exchange_name)
public String getFundCode()
public void setFundCode(String fund_code)
public String getFundName()
public void setFundName(String fund_name)
public String getStockType()
public void setStockType(String stock_type)
public String getFundStatus()
public void setFundStatus(String fund_status)
public String getChargeType()
public void setChargeType(String charge_type)
public String getMStockType()
public void setMStockType(String m_stock_type)
public BigDecimal getDiscount()
public void setDiscount(BigDecimal discount)
public BigDecimal getFareRatio()
public void setFareRatio(BigDecimal fare_ratio)
Copyright © 2017. All rights reserved.