public class UpdateUserRequest extends AbstractModel
Constructor and Description |
---|
UpdateUserRequest() |
UpdateUserRequest(UpdateUserRequest 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 |
getAddress()
Get 地址
|
Long |
getBirthdate()
Get 生日
|
MemberMap[] |
getCustomizationAttributes()
Get 自定义属性
|
String |
getEmail()
Get 邮箱
|
String |
getIndexedAttribute1()
Get 索引字段1
|
String |
getIndexedAttribute2()
Get 索引字段2
|
String |
getIndexedAttribute3()
Get 索引字段3
|
String |
getIndexedAttribute4()
Get 索引字段4
|
String |
getIndexedAttribute5()
Get 索引字段5
|
String |
getNickname()
Get 昵称
|
String |
getPhoneNumber()
Get 手机号码
|
String[] |
getUserGroup()
Get 用户组
|
String |
getUserId()
Get 用户ID
|
String |
getUserName()
Get 用户名称
|
String |
getUserStoreId()
Get 用户目录ID
|
void |
setAddress(String Address)
Set 地址
|
void |
setBirthdate(Long Birthdate)
Set 生日
|
void |
setCustomizationAttributes(MemberMap[] CustomizationAttributes)
Set 自定义属性
|
void |
setEmail(String Email)
Set 邮箱
|
void |
setIndexedAttribute1(String IndexedAttribute1)
Set 索引字段1
|
void |
setIndexedAttribute2(String IndexedAttribute2)
Set 索引字段2
|
void |
setIndexedAttribute3(String IndexedAttribute3)
Set 索引字段3
|
void |
setIndexedAttribute4(String IndexedAttribute4)
Set 索引字段4
|
void |
setIndexedAttribute5(String IndexedAttribute5)
Set 索引字段5
|
void |
setNickname(String Nickname)
Set 昵称
|
void |
setPhoneNumber(String PhoneNumber)
Set 手机号码
|
void |
setUserGroup(String[] UserGroup)
Set 用户组
|
void |
setUserId(String UserId)
Set 用户ID
|
void |
setUserName(String UserName)
Set 用户名称
|
void |
setUserStoreId(String UserStoreId)
Set 用户目录ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateUserRequest()
public UpdateUserRequest(UpdateUserRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 用户IDpublic String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId
- 用户目录IDpublic String getUserName()
public void setUserName(String UserName)
UserName
- 用户名称public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber
- 手机号码public String getEmail()
public void setEmail(String Email)
Email
- 邮箱public String getNickname()
public void setNickname(String Nickname)
Nickname
- 昵称public String getAddress()
public void setAddress(String Address)
Address
- 地址public String[] getUserGroup()
public void setUserGroup(String[] UserGroup)
UserGroup
- 用户组public Long getBirthdate()
public void setBirthdate(Long Birthdate)
Birthdate
- 生日public MemberMap[] getCustomizationAttributes()
public void setCustomizationAttributes(MemberMap[] CustomizationAttributes)
CustomizationAttributes
- 自定义属性public String getIndexedAttribute1()
public void setIndexedAttribute1(String IndexedAttribute1)
IndexedAttribute1
- 索引字段1public String getIndexedAttribute2()
public void setIndexedAttribute2(String IndexedAttribute2)
IndexedAttribute2
- 索引字段2public String getIndexedAttribute3()
public void setIndexedAttribute3(String IndexedAttribute3)
IndexedAttribute3
- 索引字段3public String getIndexedAttribute4()
public void setIndexedAttribute4(String IndexedAttribute4)
IndexedAttribute4
- 索引字段4public String getIndexedAttribute5()
public void setIndexedAttribute5(String IndexedAttribute5)
IndexedAttribute5
- 索引字段5Copyright © 2023. All rights reserved.