public class GetPersonBaseInfoRequest extends AbstractModel
| Constructor and Description | 
|---|
| GetPersonBaseInfoRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPersonId()Get Person ID, which is the `PersonId` in the `CreatePerson` API | 
| 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, toJsonStringpublic String getPersonId()
public void setPersonId(String PersonId)
PersonId - Person ID, which is the `PersonId` in the `CreatePerson` APICopyright © 2020. All rights reserved.