public class JoinedGroups extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
JoinedGroups()  | 
JoinedGroups(JoinedGroups 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 group description. 
 | 
String | 
getGroupId()
Get User group ID. 
 | 
String | 
getGroupName()
Get User group name. 
 | 
String | 
getGroupType()
Get User group type. 
 | 
String | 
getJoinTime()
Get Time of joining 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 | 
setJoinTime(String JoinTime)
Set Time of joining 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 JoinedGroups()
public JoinedGroups(JoinedGroups 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 getGroupId()
public void setGroupId(String GroupId)
GroupId - User group ID.public String getGroupType()
public void setGroupType(String GroupType)
GroupType - User group type. Valid values:
Manual: manually created.
Synchronized: externally synchronized.public String getJoinTime()
public void setJoinTime(String JoinTime)
JoinTime - Time of joining the user group.Copyright © 2025. All rights reserved.