public class Fun9981Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected BigDecimal |
balance |
protected String |
bankAccount |
protected String |
bankNo |
protected int |
branchNo |
protected String |
cashChargeType |
protected String |
cashFundCode |
protected String |
cashFundCompany |
protected int |
functionId |
protected int |
fundAccount |
protected String |
opEntrustWay |
protected String |
password |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9981Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
getBalance() |
String |
getBankAccount() |
String |
getBankNo() |
int |
getBranchNo() |
String |
getCashChargeType() |
String |
getCashFundCode() |
String |
getCashFundCompany() |
int |
getFunctionId() |
int |
getFundAccount() |
String |
getOpEntrustWay() |
String |
getPassword() |
String |
getUserId() |
void |
setBalance(BigDecimal balance) |
void |
setBankAccount(String bank_account) |
void |
setBankNo(String bank_no) |
void |
setBranchNo(int branch_no) |
void |
setCashChargeType(String cash_charge_type) |
void |
setCashFundCode(String cash_fund_code) |
void |
setCashFundCompany(String cash_fund_company) |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setOpEntrustWay(String op_entrust_way) |
void |
setPassword(String password) |
void |
setUserId(String user_id) |
protected int functionId
protected String opEntrustWay
@NotBlank protected String userId
protected int branchNo
protected int fundAccount
@NotBlank protected String password
@NotBlank protected String bankNo
@NotBlank protected String bankAccount
@NotBlank protected String cashFundCompany
@NotBlank protected String cashFundCode
@NotBlank protected String cashChargeType
@NotNull
@Digits(integer=19,
fraction=2)
protected BigDecimal balance
public int getFunctionId()
public void setFunctionId(int function_id)
public String getOpEntrustWay()
public void setOpEntrustWay(String op_entrust_way)
public String getUserId()
public void setUserId(String user_id)
public int getBranchNo()
public void setBranchNo(int branch_no)
public int getFundAccount()
public void setFundAccount(int fund_account)
public String getPassword()
public void setPassword(String password)
public String getBankNo()
public void setBankNo(String bank_no)
public String getBankAccount()
public void setBankAccount(String bank_account)
public String getCashFundCompany()
public void setCashFundCompany(String cash_fund_company)
public String getCashFundCode()
public void setCashFundCode(String cash_fund_code)
public String getCashChargeType()
public void setCashChargeType(String cash_charge_type)
public BigDecimal getBalance()
public void setBalance(BigDecimal balance)
Copyright © 2017. All rights reserved.