public class UserRoleListDataUserRoleInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserRoleListDataUserRoleInfo() |
UserRoleListDataUserRoleInfo(UserRoleListDataUserRoleInfo 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 |
getAppOpenUserId()
Get User openID.
|
String |
getAppUserAliasName()
Get Nickname.
|
String |
getAppUserId()
Get WeCom user ID.
|
String |
getAppUserName()
Get Application username.
|
String |
getAreaCode()
Get Telephone country code.
|
Boolean |
getCorpAdmin()
Get Whether it is an enterprise administrator.
|
String |
getCorpId()
Get Enterprise ID.
|
String |
getCreatedAt()
Get Creation time.
|
String |
getCreatedUser()
Get Creator.
|
String |
getEmail()
Get Email.
|
Long |
getEmailActivationStatus()
Get Activation status of email.
|
Long |
getId()
Get Business ID.
|
Boolean |
getInValidateAppRange()
Get Whether it is within the visible range.
|
String |
getLastLogin()
Get Last login time.
|
String |
getPhoneNumber()
Get Mobile number.
|
Long[] |
getRoleIdList()
Get Role ID list.
|
UserRoleListDataRoleInfo[] |
getRoleList()
Get This API is used to obtain the role list.
|
Boolean |
getRootAccount()
Get Whether it is the root account.
|
Long |
getStatus()
Get Account status.
|
String |
getUpdatedAt()
Get Update time.
|
String |
getUpdatedUser()
Get Updater.
|
UserGroupDTO[] |
getUserGroupList()
Get User group information.
|
String |
getUserId()
Get User ID.
|
String |
getUserName()
Get Username.
|
void |
setAppOpenUserId(String AppOpenUserId)
Set User openID.
|
void |
setAppUserAliasName(String AppUserAliasName)
Set Nickname.
|
void |
setAppUserId(String AppUserId)
Set WeCom user ID.
|
void |
setAppUserName(String AppUserName)
Set Application username.
|
void |
setAreaCode(String AreaCode)
Set Telephone country code.
|
void |
setCorpAdmin(Boolean CorpAdmin)
Set Whether it is an enterprise administrator.
|
void |
setCorpId(String CorpId)
Set Enterprise ID.
|
void |
setCreatedAt(String CreatedAt)
Set Creation time.
|
void |
setCreatedUser(String CreatedUser)
Set Creator.
|
void |
setEmail(String Email)
Set Email.
|
void |
setEmailActivationStatus(Long EmailActivationStatus)
Set Activation status of email.
|
void |
setId(Long Id)
Set Business ID.
|
void |
setInValidateAppRange(Boolean InValidateAppRange)
Set Whether it is within the visible range.
|
void |
setLastLogin(String LastLogin)
Set Last login time.
|
void |
setPhoneNumber(String PhoneNumber)
Set Mobile number.
|
void |
setRoleIdList(Long[] RoleIdList)
Set Role ID list.
|
void |
setRoleList(UserRoleListDataRoleInfo[] RoleList)
Set This API is used to obtain the role list.
|
void |
setRootAccount(Boolean RootAccount)
Set Whether it is the root account.
|
void |
setStatus(Long Status)
Set Account status.
|
void |
setUpdatedAt(String UpdatedAt)
Set Update time.
|
void |
setUpdatedUser(String UpdatedUser)
Set Updater.
|
void |
setUserGroupList(UserGroupDTO[] UserGroupList)
Set User group information.
|
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 UserRoleListDataUserRoleInfo()
public UserRoleListDataUserRoleInfo(UserRoleListDataUserRoleInfo source)
public Long getId()
public void setId(Long Id)
Id
- Business ID.public UserRoleListDataRoleInfo[] getRoleList()
public void setRoleList(UserRoleListDataRoleInfo[] RoleList)
RoleList
- This API is used to obtain the role list.
Note: This field may return null, indicating that no valid values can be obtained.public Long[] getRoleIdList()
public void setRoleIdList(Long[] RoleIdList)
RoleIdList
- Role ID list.
Note: This field may return null, indicating that no valid values can be obtained.public String getUserId()
public void setUserId(String UserId)
UserId
- User ID.public String getUserName()
public void setUserName(String UserName)
UserName
- Username.public String getCorpId()
public void setCorpId(String CorpId)
CorpId
- Enterprise ID.public String getEmail()
public void setEmail(String Email)
Email
- Email.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedUser()
public void setCreatedUser(String CreatedUser)
CreatedUser
- Creator.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- Creation time.
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedUser()
public void setUpdatedUser(String UpdatedUser)
UpdatedUser
- Updater.
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- Update time.
Note: This field may return null, indicating that no valid values can be obtained.public String getLastLogin()
public void setLastLogin(String LastLogin)
LastLogin
- Last login time.
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Account status.
Note: This field may return null, indicating that no valid values can be obtained.public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber
- Mobile number.
Note: This field may return null, indicating that no valid values can be obtained.public String getAreaCode()
public void setAreaCode(String AreaCode)
AreaCode
- Telephone country code.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getRootAccount()
public void setRootAccount(Boolean RootAccount)
RootAccount
- Whether it is the root account.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getCorpAdmin()
public void setCorpAdmin(Boolean CorpAdmin)
CorpAdmin
- Whether it is an enterprise administrator.
Note: This field may return null, indicating that no valid values can be obtained.public String getAppUserId()
public void setAppUserId(String AppUserId)
AppUserId
- WeCom user ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getAppUserAliasName()
public void setAppUserAliasName(String AppUserAliasName)
AppUserAliasName
- Nickname.
Note: This field may return null, indicating that no valid values can be obtained.public String getAppUserName()
public void setAppUserName(String AppUserName)
AppUserName
- Application username.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getInValidateAppRange()
public void setInValidateAppRange(Boolean InValidateAppRange)
InValidateAppRange
- Whether it is within the visible range.
Note: This field may return null, indicating that no valid values can be obtained.public String getAppOpenUserId()
public void setAppOpenUserId(String AppOpenUserId)
AppOpenUserId
- User openID.
Note: This field may return null, indicating that no valid values can be obtained.public Long getEmailActivationStatus()
public void setEmailActivationStatus(Long EmailActivationStatus)
EmailActivationStatus
- Activation status of email.
Note: This field may return null, indicating that no valid values can be obtained.public UserGroupDTO[] getUserGroupList()
public void setUserGroupList(UserGroupDTO[] UserGroupList)
UserGroupList
- User group information.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.