Class CreateUserRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ciam.v20220331.models.CreateUserRequest
-
public class CreateUserRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateUserRequest()CreateUserRequest(CreateUserRequest 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 StringgetAddress()Get 地址LonggetBirthdate()Get 生日MemberMap[]getCustomizationAttributes()Get 自定义属性StringgetEmail()Get 邮箱StringgetIndexedAttribute1()Get 索引字段1StringgetIndexedAttribute2()Get 索引字段2StringgetIndexedAttribute3()Get 索引字段3StringgetIndexedAttribute4()Get 索引字段4StringgetIndexedAttribute5()Get 索引字段5StringgetNickname()Get 昵称StringgetPassword()Get 密码StringgetPhoneNumber()Get 手机号码String[]getUserGroup()Get 用户组IDStringgetUserName()Get 用户名StringgetUserStoreId()Get 用户目录IDvoidsetAddress(String Address)Set 地址voidsetBirthdate(Long Birthdate)Set 生日voidsetCustomizationAttributes(MemberMap[] CustomizationAttributes)Set 自定义属性voidsetEmail(String Email)Set 邮箱voidsetIndexedAttribute1(String IndexedAttribute1)Set 索引字段1voidsetIndexedAttribute2(String IndexedAttribute2)Set 索引字段2voidsetIndexedAttribute3(String IndexedAttribute3)Set 索引字段3voidsetIndexedAttribute4(String IndexedAttribute4)Set 索引字段4voidsetIndexedAttribute5(String IndexedAttribute5)Set 索引字段5voidsetNickname(String Nickname)Set 昵称voidsetPassword(String Password)Set 密码voidsetPhoneNumber(String PhoneNumber)Set 手机号码voidsetUserGroup(String[] UserGroup)Set 用户组IDvoidsetUserName(String UserName)Set 用户名voidsetUserStoreId(String UserStoreId)Set 用户目录IDvoidtoMap(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
-
CreateUserRequest
public CreateUserRequest()
-
CreateUserRequest
public CreateUserRequest(CreateUserRequest 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
-
getUserStoreId
public String getUserStoreId()
Get 用户目录ID- Returns:
- UserStoreId 用户目录ID
-
setUserStoreId
public void setUserStoreId(String UserStoreId)
Set 用户目录ID- Parameters:
UserStoreId- 用户目录ID
-
getPhoneNumber
public String getPhoneNumber()
Get 手机号码- Returns:
- PhoneNumber 手机号码
-
setPhoneNumber
public void setPhoneNumber(String PhoneNumber)
Set 手机号码- Parameters:
PhoneNumber- 手机号码
-
getEmail
public String getEmail()
Get 邮箱- Returns:
- Email 邮箱
-
setEmail
public void setEmail(String Email)
Set 邮箱- Parameters:
Email- 邮箱
-
getPassword
public String getPassword()
Get 密码- Returns:
- Password 密码
-
setPassword
public void setPassword(String Password)
Set 密码- Parameters:
Password- 密码
-
getUserName
public String getUserName()
Get 用户名- Returns:
- UserName 用户名
-
setUserName
public void setUserName(String UserName)
Set 用户名- Parameters:
UserName- 用户名
-
getNickname
public String getNickname()
Get 昵称- Returns:
- Nickname 昵称
-
setNickname
public void setNickname(String Nickname)
Set 昵称- Parameters:
Nickname- 昵称
-
getAddress
public String getAddress()
Get 地址- Returns:
- Address 地址
-
setAddress
public void setAddress(String Address)
Set 地址- Parameters:
Address- 地址
-
getUserGroup
public String[] getUserGroup()
Get 用户组ID- Returns:
- UserGroup 用户组ID
-
setUserGroup
public void setUserGroup(String[] UserGroup)
Set 用户组ID- Parameters:
UserGroup- 用户组ID
-
getBirthdate
public Long getBirthdate()
Get 生日- Returns:
- Birthdate 生日
-
setBirthdate
public void setBirthdate(Long Birthdate)
Set 生日- Parameters:
Birthdate- 生日
-
getCustomizationAttributes
public MemberMap[] getCustomizationAttributes()
Get 自定义属性- Returns:
- CustomizationAttributes 自定义属性
-
setCustomizationAttributes
public void setCustomizationAttributes(MemberMap[] CustomizationAttributes)
Set 自定义属性- Parameters:
CustomizationAttributes- 自定义属性
-
getIndexedAttribute1
public String getIndexedAttribute1()
Get 索引字段1- Returns:
- IndexedAttribute1 索引字段1
-
setIndexedAttribute1
public void setIndexedAttribute1(String IndexedAttribute1)
Set 索引字段1- Parameters:
IndexedAttribute1- 索引字段1
-
getIndexedAttribute2
public String getIndexedAttribute2()
Get 索引字段2- Returns:
- IndexedAttribute2 索引字段2
-
setIndexedAttribute2
public void setIndexedAttribute2(String IndexedAttribute2)
Set 索引字段2- Parameters:
IndexedAttribute2- 索引字段2
-
getIndexedAttribute3
public String getIndexedAttribute3()
Get 索引字段3- Returns:
- IndexedAttribute3 索引字段3
-
setIndexedAttribute3
public void setIndexedAttribute3(String IndexedAttribute3)
Set 索引字段3- Parameters:
IndexedAttribute3- 索引字段3
-
getIndexedAttribute4
public String getIndexedAttribute4()
Get 索引字段4- Returns:
- IndexedAttribute4 索引字段4
-
setIndexedAttribute4
public void setIndexedAttribute4(String IndexedAttribute4)
Set 索引字段4- Parameters:
IndexedAttribute4- 索引字段4
-
getIndexedAttribute5
public String getIndexedAttribute5()
Get 索引字段5- Returns:
- IndexedAttribute5 索引字段5
-
setIndexedAttribute5
public void setIndexedAttribute5(String IndexedAttribute5)
Set 索引字段5- Parameters:
IndexedAttribute5- 索引字段5
-
-