public class ModifyUserRoleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyUserRoleRequest() |
ModifyUserRoleRequest(ModifyUserRoleRequest 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 |
getAppUserId()
Get WeCom user ID.
|
String |
getAreaCode()
Get Telephone country code.
|
String |
getEmail()
Get Mailbox.
|
Long |
getForceResetPassWord()
Get Force password reset (0: disabled, 1: enabled).
|
Long |
getLoginSecurityStatus()
Get Whether to enable mobile phone verification code login (0: disabled, 1: enabled).
|
Long |
getPasswordExpired()
Get Password expiration reminder period: 30, 60, 90 (default), or 180 days.
|
String |
getPhoneNumber()
Get Mobile number.
|
Long |
getResetPassWordTip()
Get Whether to enable password expiration reminder (0: disabled, 1: enabled).
|
Long[] |
getRoleIdList()
Get Role ID list.
|
String |
getUserId()
Get User ID.
|
String |
getUserName()
Get Username.
|
void |
setAppUserId(String AppUserId)
Set WeCom user ID.
|
void |
setAreaCode(String AreaCode)
Set Telephone country code.
|
void |
setEmail(String Email)
Set Mailbox.
|
void |
setForceResetPassWord(Long ForceResetPassWord)
Set Force password reset (0: disabled, 1: enabled).
|
void |
setLoginSecurityStatus(Long LoginSecurityStatus)
Set Whether to enable mobile phone verification code login (0: disabled, 1: enabled).
|
void |
setPasswordExpired(Long PasswordExpired)
Set Password expiration reminder period: 30, 60, 90 (default), or 180 days.
|
void |
setPhoneNumber(String PhoneNumber)
Set Mobile number.
|
void |
setResetPassWordTip(Long ResetPassWordTip)
Set Whether to enable password expiration reminder (0: disabled, 1: enabled).
|
void |
setRoleIdList(Long[] RoleIdList)
Set Role ID list.
|
void |
setUserId(String UserId)
Set User ID.
|
void |
setUserName(String UserName)
Set Username.
|
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, toJsonString
public ModifyUserRoleRequest()
public ModifyUserRoleRequest(ModifyUserRoleRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- User ID.public Long[] getRoleIdList()
public void setRoleIdList(Long[] RoleIdList)
RoleIdList
- Role ID list.public String getEmail()
public void setEmail(String Email)
Email
- Mailbox.public String getUserName()
public void setUserName(String UserName)
UserName
- Username.public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber
- Mobile number.public String getAreaCode()
public void setAreaCode(String AreaCode)
AreaCode
- Telephone country code.public String getAppUserId()
public void setAppUserId(String AppUserId)
AppUserId
- WeCom user ID.public Long getLoginSecurityStatus()
public void setLoginSecurityStatus(Long LoginSecurityStatus)
LoginSecurityStatus
- Whether to enable mobile phone verification code login (0: disabled, 1: enabled).public Long getResetPassWordTip()
public void setResetPassWordTip(Long ResetPassWordTip)
ResetPassWordTip
- Whether to enable password expiration reminder (0: disabled, 1: enabled).public Long getForceResetPassWord()
public void setForceResetPassWord(Long ForceResetPassWord)
ForceResetPassWord
- Force password reset (0: disabled, 1: enabled).public Long getPasswordExpired()
public void setPasswordExpired(Long PasswordExpired)
PasswordExpired
- Password expiration reminder period: 30, 60, 90 (default), or 180 days.Copyright © 2025. All rights reserved.