public class Fun9512Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
bankNo |
protected int |
branchNo |
protected String |
chargeType |
protected int |
fundAccount |
protected String |
fundCode |
protected String |
fundCompany |
protected String |
queryMode |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9512Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBankNo() |
int |
getBranchNo() |
String |
getChargeType() |
int |
getFundAccount() |
String |
getFundCode() |
String |
getFundCompany() |
String |
getQueryMode() |
String |
getUserId() |
void |
setBankNo(String bank_no) |
void |
setBranchNo(int branch_no) |
void |
setChargeType(String charge_type) |
void |
setFundAccount(int fund_account) |
void |
setFundCode(String fund_code) |
void |
setFundCompany(String fund_company) |
void |
setQueryMode(String query_mode) |
void |
setUserId(String user_id) |
@NotBlank protected String userId
protected int branchNo
protected int fundAccount
protected String fundCompany
protected String fundCode
protected String chargeType
protected String bankNo
protected String queryMode
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 getFundCompany()
public void setFundCompany(String fund_company)
public String getFundCode()
public void setFundCode(String fund_code)
public String getChargeType()
public void setChargeType(String charge_type)
public String getBankNo()
public void setBankNo(String bank_no)
public String getQueryMode()
public void setQueryMode(String query_mode)
Copyright © 2017. All rights reserved.