public class Fun9544Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
beginDate |
protected int |
endDate |
protected int |
functionId |
protected int |
fundAccount |
protected String |
opEntrustWay |
protected String |
password |
protected String |
remark |
protected int |
riskLevel |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9544Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBeginDate() |
int |
getEndDate() |
int |
getFunctionId() |
int |
getFundAccount() |
String |
getOpEntrustWay() |
String |
getPassword() |
String |
getRemark() |
int |
getRiskLevel() |
String |
getUserId() |
void |
setBeginDate(int begin_date) |
void |
setEndDate(int end_date) |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setOpEntrustWay(String op_entrust_way) |
void |
setPassword(String password) |
void |
setRemark(String remark) |
void |
setRiskLevel(int risk_level) |
void |
setUserId(String user_id) |
protected int functionId
protected String opEntrustWay
@NotBlank protected String userId
protected int fundAccount
protected String password
protected int riskLevel
protected int beginDate
protected int endDate
protected String remark
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 getFundAccount()
public void setFundAccount(int fund_account)
public String getPassword()
public void setPassword(String password)
public int getRiskLevel()
public void setRiskLevel(int risk_level)
public int getBeginDate()
public void setBeginDate(int begin_date)
public int getEndDate()
public void setEndDate(int end_date)
public String getRemark()
public void setRemark(String remark)
Copyright © 2017. All rights reserved.