public class GroupInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
GroupInfo()  | 
GroupInfo(GroupInfo 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 | 
getCreateTime()
Get Creation time of the user group. 
 | 
String | 
getDescription()
Get User group description. 
 | 
String | 
getGroupId()
Get User group ID. 
 | 
String | 
getGroupName()
Get User group name. 
 | 
String | 
getGroupType()
Get User group type. 
 | 
Boolean | 
getIsSelected()
Get If the input parameter FilterUsers is provided, return true when the user is in the user group; otherwise, return false. 
 | 
Long | 
getMemberCount()
Get Number of group members. 
 | 
String | 
getUpdateTime()
Get Modification time of the user group. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time of the user group. 
 | 
void | 
setDescription(String Description)
Set User group description. 
 | 
void | 
setGroupId(String GroupId)
Set User group ID. 
 | 
void | 
setGroupName(String GroupName)
Set User group name. 
 | 
void | 
setGroupType(String GroupType)
Set User group type. 
 | 
void | 
setIsSelected(Boolean IsSelected)
Set If the input parameter FilterUsers is provided, return true when the user is in the user group; otherwise, return false. 
 | 
void | 
setMemberCount(Long MemberCount)
Set Number of group members. 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Modification time of the user group. 
 | 
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 GroupInfo()
public GroupInfo(GroupInfo source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName - User group name.public String getDescription()
public void setDescription(String Description)
Description - User group description.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time of the user group.public String getGroupType()
public void setGroupType(String GroupType)
GroupType - User group type. Manual: manually created; Synchronized: externally imported.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Modification time of the user group.public String getGroupId()
public void setGroupId(String GroupId)
GroupId - User group ID.public Long getMemberCount()
public void setMemberCount(Long MemberCount)
MemberCount - Number of group members.public Boolean getIsSelected()
public void setIsSelected(Boolean IsSelected)
IsSelected - If the input parameter FilterUsers is provided, return true when the user is in the user group; otherwise, return false.Copyright © 2025. All rights reserved.