public class UserInformation extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserInformation() |
UserInformation(UserInformation 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 |
getCreationTime()
Get User creation time in ISO 8601 format.
|
String |
getDescription()
Get User remarks, which can contain up to 512 characters.
|
String |
getDisplayName()
Get Nickname, which can contain up to 64 characters and is the same as the username by default.
|
String |
getEmail()
Get User's email address.
|
String |
getLastLoginTime()
Get Last login time of the user in ISO 8601 format.
|
String |
getLastUpdateTime()
Get Last update time of the user in ISO 8601 format.
|
String |
getOrgPath()
Get Path ID of the user's primary organization.
|
String |
getPhone()
Get User's mobile number with country code, such as `+86-00000000000`.
|
String |
getStatus()
Get User status.
|
String[] |
getSubjectGroups()
Get List of IDs of the user's user groups.
|
String |
getUserId()
Get User ID, which is globally unique and can contain up to 64 characters.
|
String |
getUserName()
Get Username, which can contain up to 32 characters.
|
void |
setCreationTime(String CreationTime)
Set User creation time in ISO 8601 format.
|
void |
setDescription(String Description)
Set User remarks, which can contain up to 512 characters.
|
void |
setDisplayName(String DisplayName)
Set Nickname, which can contain up to 64 characters and is the same as the username by default.
|
void |
setEmail(String Email)
Set User's email address.
|
void |
setLastLoginTime(String LastLoginTime)
Set Last login time of the user in ISO 8601 format.
|
void |
setLastUpdateTime(String LastUpdateTime)
Set Last update time of the user in ISO 8601 format.
|
void |
setOrgPath(String OrgPath)
Set Path ID of the user's primary organization.
|
void |
setPhone(String Phone)
Set User's mobile number with country code, such as `+86-00000000000`.
|
void |
setStatus(String Status)
Set User status.
|
void |
setSubjectGroups(String[] SubjectGroups)
Set List of IDs of the user's user groups.
|
void |
setUserId(String UserId)
Set User ID, which is globally unique and can contain up to 64 characters.
|
void |
setUserName(String UserName)
Set Username, which can contain up to 32 characters.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UserInformation()
public UserInformation(UserInformation source)
public String getUserName()
public void setUserName(String UserName)
UserName
- Username, which can contain up to 32 characters.
Note: this field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- User status.
Note: this field may return null, indicating that no valid values can be obtained.public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName
- Nickname, which can contain up to 64 characters and is the same as the username by default.
Note: this field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- User remarks, which can contain up to 512 characters.
Note: this field may return null, indicating that no valid values can be obtained.public String getLastUpdateTime()
public void setLastUpdateTime(String LastUpdateTime)
LastUpdateTime
- Last update time of the user in ISO 8601 format.
Note: this field may return null, indicating that no valid values can be obtained.public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- User creation time in ISO 8601 format.
Note: this field may return null, indicating that no valid values can be obtained.public String getOrgPath()
public void setOrgPath(String OrgPath)
OrgPath
- Path ID of the user's primary organization.
Note: this field may return null, indicating that no valid values can be obtained.public String getPhone()
public void setPhone(String Phone)
Phone
- User's mobile number with country code, such as `+86-00000000000`.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getSubjectGroups()
public void setSubjectGroups(String[] SubjectGroups)
SubjectGroups
- List of IDs of the user's user groups.
Note: this field may return null, indicating that no valid values can be obtained.public String getEmail()
public void setEmail(String Email)
Email
- User's email address.
Note: this field may return null, indicating that no valid values can be obtained.public String getLastLoginTime()
public void setLastLoginTime(String LastLoginTime)
LastLoginTime
- Last login time of the user in ISO 8601 format.
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, which is globally unique and can contain up to 64 characters.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.