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