Class CreatePersonalAccountRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ds.v20180523.models.CreatePersonalAccountRequest
-
public class CreatePersonalAccountRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentNo()
Get 个人用户证件号码Long
getIdentType()
Get 个人用户证件类型,0代表身份证,详情请见常见问题String
getMobilePhone()
Get 个人用户手机号String
getModule()
Get 模块名AccountMngString
getName()
Get 个人用户姓名String
getOperation()
Get 操作名CreatePersonalAccountvoid
setIdentNo(String IdentNo)
Set 个人用户证件号码void
setIdentType(Long IdentType)
Set 个人用户证件类型,0代表身份证,详情请见常见问题void
setMobilePhone(String MobilePhone)
Set 个人用户手机号void
setModule(String Module)
Set 模块名AccountMngvoid
setName(String Name)
Set 个人用户姓名void
setOperation(String Operation)
Set 操作名CreatePersonalAccountvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreatePersonalAccountRequest
public CreatePersonalAccountRequest()
-
CreatePersonalAccountRequest
public 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.
-
-
Method Detail
-
getModule
public String getModule()
Get 模块名AccountMng- Returns:
- Module 模块名AccountMng
-
setModule
public void setModule(String Module)
Set 模块名AccountMng- Parameters:
Module
- 模块名AccountMng
-
getOperation
public String getOperation()
Get 操作名CreatePersonalAccount- Returns:
- Operation 操作名CreatePersonalAccount
-
setOperation
public void setOperation(String Operation)
Set 操作名CreatePersonalAccount- Parameters:
Operation
- 操作名CreatePersonalAccount
-
getName
public String getName()
Get 个人用户姓名- Returns:
- Name 个人用户姓名
-
setName
public void setName(String Name)
Set 个人用户姓名- Parameters:
Name
- 个人用户姓名
-
getIdentType
public Long getIdentType()
Get 个人用户证件类型,0代表身份证,详情请见常见问题- Returns:
- IdentType 个人用户证件类型,0代表身份证,详情请见常见问题
-
setIdentType
public void setIdentType(Long IdentType)
Set 个人用户证件类型,0代表身份证,详情请见常见问题- Parameters:
IdentType
- 个人用户证件类型,0代表身份证,详情请见常见问题
-
getIdentNo
public String getIdentNo()
Get 个人用户证件号码- Returns:
- IdentNo 个人用户证件号码
-
setIdentNo
public void setIdentNo(String IdentNo)
Set 个人用户证件号码- Parameters:
IdentNo
- 个人用户证件号码
-
getMobilePhone
public String getMobilePhone()
Get 个人用户手机号- Returns:
- MobilePhone 个人用户手机号
-
setMobilePhone
public void setMobilePhone(String MobilePhone)
Set 个人用户手机号- Parameters:
MobilePhone
- 个人用户手机号
-
-