public class GroupMembers extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GroupMembers() | 
| GroupMembers(GroupMembers 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 | getDescription()Get User description. | 
| String | getDisplayName()Get Display name of the user. | 
| String | getEmail()Get Email address of the user, which must be unique within the directory. | 
| String | getJoinTime()Get Time when the user joins the user group. | 
| String | getUserId()Get User ID. | 
| String | getUserName()Get Queried username. | 
| String | getUserStatus()Get User status: Enabled, Disabled. | 
| String | getUserType()Get User type. | 
| void | setDescription(String Description)Set User description. | 
| void | setDisplayName(String DisplayName)Set Display name of the user. | 
| void | setEmail(String Email)Set Email address of the user, which must be unique within the directory. | 
| void | setJoinTime(String JoinTime)Set Time when the user joins the user group. | 
| void | setUserId(String UserId)Set User ID. | 
| void | setUserName(String UserName)Set Queried username. | 
| void | setUserStatus(String UserStatus)Set User status: Enabled, Disabled. | 
| void | setUserType(String UserType)Set User type. | 
| 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, toJsonStringpublic GroupMembers()
public GroupMembers(GroupMembers source)
public String getUserName()
public void setUserName(String UserName)
UserName - Queried username.public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - Display name of the user.public String getDescription()
public void setDescription(String Description)
Description - User description.public String getEmail()
public void setEmail(String Email)
Email - Email address of the user, which must be unique within the directory.public String getUserStatus()
public void setUserStatus(String UserStatus)
UserStatus - User status: Enabled, Disabled.public String getUserType()
public void setUserType(String UserType)
UserType - User type. Manual: manually created; Synchronized: externally imported.public String getUserId()
public void setUserId(String UserId)
UserId - User ID.public String getJoinTime()
public void setJoinTime(String JoinTime)
JoinTime - Time when the user joins the user group.Copyright © 2025. All rights reserved.