public class ModifyPersonBaseInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifyPersonBaseInfoRequest() |
ModifyPersonBaseInfoRequest(ModifyPersonBaseInfoRequest 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 |
---|---|
Long |
getGender()
Get Gender of the person to be modified.
|
String |
getPersonId()
Get Person ID, which is the `PersonId` in the `CreatePerson` API.
|
String |
getPersonName()
Get Name of the person to be modified
|
void |
setGender(Long Gender)
Set Gender of the person to be modified.
|
void |
setPersonId(String PersonId)
Set Person ID, which is the `PersonId` in the `CreatePerson` API.
|
void |
setPersonName(String PersonName)
Set Name of the person to be modified
|
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 ModifyPersonBaseInfoRequest()
public ModifyPersonBaseInfoRequest(ModifyPersonBaseInfoRequest source)
public String getPersonId()
public void setPersonId(String PersonId)
PersonId
- Person ID, which is the `PersonId` in the `CreatePerson` API.public String getPersonName()
public void setPersonName(String PersonName)
PersonName
- Name of the person to be modifiedpublic Long getGender()
public void setGender(Long Gender)
Gender
- Gender of the person to be modified. 1: male; 2: female.Copyright © 2021. All rights reserved.