public class ModifyPersonGroupInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifyPersonGroupInfoRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupId()
Get Group ID, which is the `GroupId` in the `CreateGroup` API
|
PersonExDescriptionInfo[] |
getPersonExDescriptionInfos()
Get Custom description field of the person to be modified, which is a `key-value`
|
String |
getPersonId()
Get Person ID, which is the `PersonId` in the `CreatePerson` API
|
void |
setGroupId(String GroupId)
Set Group ID, which is the `GroupId` in the `CreateGroup` API
|
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, which is the `PersonId` in the `CreatePerson` API
|
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 ID, which is the `GroupId` in the `CreateGroup` APIpublic String getPersonId()
public void setPersonId(String PersonId)
PersonId
- Person ID, which is the `PersonId` in the `CreatePerson` APIpublic 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.