public class DeletePersonRequest extends AbstractModel
Constructor and Description |
---|
DeletePersonRequest() |
DeletePersonRequest(DeletePersonRequest 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 |
getLibraryId()
Get 人员库唯一标识符
|
String |
getPersonId()
Get 人员唯一标识符
|
void |
setLibraryId(String LibraryId)
Set 人员库唯一标识符
|
void |
setPersonId(String PersonId)
Set 人员唯一标识符
|
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 DeletePersonRequest()
public DeletePersonRequest(DeletePersonRequest source)
public String getLibraryId()
public void setLibraryId(String LibraryId)
LibraryId
- 人员库唯一标识符public String getPersonId()
public void setPersonId(String PersonId)
PersonId
- 人员唯一标识符Copyright © 2021. All rights reserved.