public class Fun9982Response extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
cashFundCode |
protected String |
cashFundCompany |
protected BigDecimal |
clientBalance |
protected BigInteger |
clientTimes |
protected BigDecimal |
clientTotalBalance |
protected BigDecimal |
clientTotalFetchbalance |
protected BigInteger |
clientTotalFetchtimes |
protected BigDecimal |
refundTotalBalance |
protected BigDecimal |
refundTotalFetchbalance |
| 构造器和说明 |
|---|
Fun9982Response() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCashFundCode() |
String |
getCashFundCompany() |
BigDecimal |
getClientBalance() |
BigInteger |
getClientTimes() |
BigDecimal |
getClientTotalBalance() |
BigDecimal |
getClientTotalFetchbalance() |
BigInteger |
getClientTotalFetchtimes() |
BigDecimal |
getRefundTotalBalance() |
BigDecimal |
getRefundTotalFetchbalance() |
void |
setCashFundCode(String cash_fund_code) |
void |
setCashFundCompany(String cash_fund_company) |
void |
setClientBalance(BigDecimal client_balance) |
void |
setClientTimes(BigInteger client_times) |
void |
setClientTotalBalance(BigDecimal client_total_balance) |
void |
setClientTotalFetchbalance(BigDecimal client_total_fetchbalance) |
void |
setClientTotalFetchtimes(BigInteger client_total_fetchtimes) |
void |
setRefundTotalBalance(BigDecimal refund_total_balance) |
void |
setRefundTotalFetchbalance(BigDecimal refund_total_fetchbalance) |
protected String cashFundCompany
protected String cashFundCode
protected BigInteger clientTimes
protected BigDecimal clientBalance
protected BigDecimal clientTotalBalance
protected BigDecimal refundTotalBalance
protected BigInteger clientTotalFetchtimes
protected BigDecimal clientTotalFetchbalance
protected BigDecimal refundTotalFetchbalance
public String getCashFundCompany()
public void setCashFundCompany(String cash_fund_company)
public String getCashFundCode()
public void setCashFundCode(String cash_fund_code)
public BigInteger getClientTimes()
public void setClientTimes(BigInteger client_times)
public BigDecimal getClientBalance()
public void setClientBalance(BigDecimal client_balance)
public BigDecimal getClientTotalBalance()
public void setClientTotalBalance(BigDecimal client_total_balance)
public BigDecimal getRefundTotalBalance()
public void setRefundTotalBalance(BigDecimal refund_total_balance)
public BigInteger getClientTotalFetchtimes()
public void setClientTotalFetchtimes(BigInteger client_total_fetchtimes)
public BigDecimal getClientTotalFetchbalance()
public void setClientTotalFetchbalance(BigDecimal client_total_fetchbalance)
public BigDecimal getRefundTotalFetchbalance()
public void setRefundTotalFetchbalance(BigDecimal refund_total_fetchbalance)
Copyright © 2017. All rights reserved.