public class PersonGroupInfo extends AbstractModel
Constructor and Description |
---|
PersonGroupInfo() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.