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 | getDescription()Get 备注 | 
| String | getGroupName()Get 组名 | 
| String[] | getUsers()Get 用户列表 | 
| void | setDescription(String Description)Set 备注 | 
| void | setGroupName(String GroupName)Set 组名 | 
| void | setUsers(String[] Users)Set 用户列表 | 
| 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 - 组名public String getDescription()
public void setDescription(String Description)
Description - 备注public String[] getUsers()
public void setUsers(String[] Users)
Users - 用户列表Copyright © 2025. All rights reserved.