public class ModifyPersonGroupInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifyPersonGroupInfoRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupId()
Get Group ID
|
PersonExDescriptionInfo[] |
getPersonExDescriptionInfos()
Get Custom description field of the person to be modified, which is a `key-value`
|
String |
getPersonId()
Get Person ID
|
void |
setGroupId(String GroupId)
Set Group ID
|
void |
setPersonExDescriptionInfos(PersonExDescriptionInfo[] PersonExDescriptionInfos)
Set Custom description field of the person to be modified, which is a `key-value`
|
void |
setPersonId(String PersonId)
Set Person ID
|
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
- Group IDpublic String getPersonId()
public void setPersonId(String PersonId)
PersonId
- Person IDpublic PersonExDescriptionInfo[] getPersonExDescriptionInfos()
public void setPersonExDescriptionInfos(PersonExDescriptionInfo[] PersonExDescriptionInfos)
PersonExDescriptionInfos
- Custom description field of the person to be modified, which is a `key-value`Copyright © 2020. All rights reserved.