public class Fun9504Requst extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
functionId |
protected int |
fundAccount |
protected String |
newPassword |
protected String |
opEntrustWay |
protected String |
password |
protected String |
remark |
protected String |
userId |
| 构造器和说明 |
|---|
Fun9504Requst() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getFunctionId() |
int |
getFundAccount() |
String |
getNewPassword() |
String |
getOpEntrustWay() |
String |
getPassword() |
String |
getRemark() |
String |
getUserId() |
void |
setFunctionId(int function_id) |
void |
setFundAccount(int fund_account) |
void |
setNewPassword(String new_password) |
void |
setOpEntrustWay(String op_entrust_way) |
void |
setPassword(String password) |
void |
setRemark(String remark) |
void |
setUserId(String user_id) |
protected int functionId
protected String opEntrustWay
@NotBlank protected String userId
protected int fundAccount
@NotBlank protected String password
@NotBlank protected String newPassword
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 String getNewPassword()
public void setNewPassword(String new_password)
public String getRemark()
public void setRemark(String remark)
Copyright © 2017. All rights reserved.