public class CreatePersonalAccountRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreatePersonalAccountRequest() | 
| CreatePersonalAccountRequest(CreatePersonalAccountRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getIdentNo()Get 个人用户证件号码 | 
| Long | getIdentType()Get 个人用户证件类型,0代表身份证,详情请见常见问题 | 
| String | getMobilePhone()Get 个人用户手机号 | 
| String | getModule()Get 模块名AccountMng | 
| String | getName()Get 个人用户姓名 | 
| String | getOperation()Get 操作名CreatePersonalAccount | 
| void | setIdentNo(String IdentNo)Set 个人用户证件号码 | 
| void | setIdentType(Long IdentType)Set 个人用户证件类型,0代表身份证,详情请见常见问题 | 
| void | setMobilePhone(String MobilePhone)Set 个人用户手机号 | 
| void | setModule(String Module)Set 模块名AccountMng | 
| void | setName(String Name)Set 个人用户姓名 | 
| void | setOperation(String Operation)Set 操作名CreatePersonalAccount | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreatePersonalAccountRequest()
public CreatePersonalAccountRequest(CreatePersonalAccountRequest source)
public String getModule()
public void setModule(String Module)
Module - 模块名AccountMngpublic String getOperation()
public void setOperation(String Operation)
Operation - 操作名CreatePersonalAccountpublic String getName()
public void setName(String Name)
Name - 个人用户姓名public Long getIdentType()
public void setIdentType(Long IdentType)
IdentType - 个人用户证件类型,0代表身份证,详情请见常见问题public String getIdentNo()
public void setIdentNo(String IdentNo)
IdentNo - 个人用户证件号码public String getMobilePhone()
public void setMobilePhone(String MobilePhone)
MobilePhone - 个人用户手机号Copyright © 2025. All rights reserved.