public class PersonGroupInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PersonGroupInfo() | 
| PersonGroupInfo(PersonGroupInfo 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 | getGroupId()Get ID of the group that contains this person | 
| String[] | getPersonExDescriptions()Get Content of person description field | 
| void | setGroupId(String GroupId)Set ID of the group that contains this person | 
| void | setPersonExDescriptions(String[] PersonExDescriptions)Set Content of person description field | 
| 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 PersonGroupInfo()
public PersonGroupInfo(PersonGroupInfo source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - ID of the group that contains this personpublic String[] getPersonExDescriptions()
public void setPersonExDescriptions(String[] PersonExDescriptions)
PersonExDescriptions - Content of person description fieldCopyright © 2025. All rights reserved.