public class PersonGroupInfo extends AbstractModel
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
|
String[] |
getPersonExDescriptions()
Get 人员描述字段内容
|
void |
setGroupId(String GroupId)
Set 包含此人员的人员库ID
|
void |
setPersonExDescriptions(String[] PersonExDescriptions)
Set 人员描述字段内容
|
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 PersonGroupInfo()
public PersonGroupInfo(PersonGroupInfo source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 包含此人员的人员库IDpublic String[] getPersonExDescriptions()
public void setPersonExDescriptions(String[] PersonExDescriptions)
PersonExDescriptions
- 人员描述字段内容Copyright © 2022. All rights reserved.