public class DeletePersonRequest extends AbstractModel
Constructor and Description |
---|
DeletePersonRequest() |
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, toJsonString
public String getPersonId()
public void setPersonId(String PersonId)
PersonId
- Person ID, which is the `PersonId` in the `CreatePerson` API.Copyright © 2021. All rights reserved.