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