public class CreatePersonalAccountRequest extends AbstractModel
Constructor and Description |
---|
CreatePersonalAccountRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getIdentNo()
获取个人用户证件号码
|
Integer |
getIdentType()
获取个人用户证件类型。0代表身份证
|
String |
getMobilePhone()
获取个人用户手机号
|
String |
getModule()
获取模块名
|
String |
getName()
获取个人用户姓名
|
String |
getOperation()
获取操作名
|
void |
setIdentNo(String IdentNo)
设置个人用户证件号码
|
void |
setIdentType(Integer IdentType)
设置个人用户证件类型。0代表身份证
|
void |
setMobilePhone(String MobilePhone)
设置个人用户手机号
|
void |
setModule(String Module)
设置模块名
|
void |
setName(String Name)
设置个人用户姓名
|
void |
setOperation(String Operation)
设置操作名
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getModule()
public void setModule(String Module)
Module
- 模块名public String getOperation()
public void setOperation(String Operation)
Operation
- 操作名public String getName()
public void setName(String Name)
Name
- 个人用户姓名public Integer getIdentType()
public void setIdentType(Integer IdentType)
IdentType
- 个人用户证件类型。0代表身份证public String getIdentNo()
public void setIdentNo(String IdentNo)
IdentNo
- 个人用户证件号码public String getMobilePhone()
public void setMobilePhone(String MobilePhone)
MobilePhone
- 个人用户手机号Copyright © 2018. All rights reserved.