public class Fun9963Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
actionIn |
protected int |
branchNo |
protected String |
chargeType |
protected int |
functionId |
protected int |
fundAccount |
protected String |
fundCode |
protected String |
fundCompany |
protected BigDecimal |
occurAmount |
protected String |
opEntrustWay |
protected String |
password |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9963Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActionIn() |
int |
getBranchNo() |
String |
getChargeType() |
int |
getFunctionId() |
int |
getFundAccount() |
String |
getFundCode() |
String |
getFundCompany() |
BigDecimal |
getOccurAmount() |
String |
getOpEntrustWay() |
String |
getPassword() |
String |
getUserId() |
void |
setActionIn(String action_in) |
void |
setBranchNo(int branch_no) |
void |
setChargeType(String charge_type) |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setFundCode(String fund_code) |
void |
setFundCompany(String fund_company) |
void |
setOccurAmount(BigDecimal occur_amount) |
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 fundCompany
@NotBlank protected String fundCode
@NotBlank protected String chargeType
protected BigDecimal occurAmount
@NotBlank protected String actionIn
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 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 BigDecimal getOccurAmount()
public void setOccurAmount(BigDecimal occur_amount)
public String getActionIn()
public void setActionIn(String action_in)
Copyright © 2017. All rights reserved.