public class PersonInfo extends AbstractModel
| Constructor and Description | 
|---|
PersonInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getCreationTimestamp()
Get Person creation time and date (`CreationTimestamp`), whose value is the number of milliseconds between the UNIX epoch time and the group creation time. 
 | 
String[] | 
getFaceIds()
Get List of contained face images 
 | 
Long | 
getGender()
Get Person gender 
 | 
String[] | 
getPersonExDescriptions()
Get Content of person description field 
 | 
String | 
getPersonId()
Get Person ID 
 | 
String | 
getPersonName()
Get Person name 
 | 
void | 
setCreationTimestamp(Long CreationTimestamp)
Set Person creation time and date (`CreationTimestamp`), whose value is the number of milliseconds between the UNIX epoch time and the group creation time. 
 | 
void | 
setFaceIds(String[] FaceIds)
Set List of contained face images 
 | 
void | 
setGender(Long Gender)
Set Person gender 
 | 
void | 
setPersonExDescriptions(String[] PersonExDescriptions)
Set Content of person description field 
 | 
void | 
setPersonId(String PersonId)
Set Person ID 
 | 
void | 
setPersonName(String PersonName)
Set Person name 
 | 
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 getPersonName()
public void setPersonName(String PersonName)
PersonName - Person namepublic String getPersonId()
public void setPersonId(String PersonId)
PersonId - Person IDpublic Long getGender()
public void setGender(Long Gender)
Gender - Person genderpublic String[] getPersonExDescriptions()
public void setPersonExDescriptions(String[] PersonExDescriptions)
PersonExDescriptions - Content of person description fieldpublic String[] getFaceIds()
public void setFaceIds(String[] FaceIds)
FaceIds - List of contained face imagespublic Long getCreationTimestamp()
public void setCreationTimestamp(Long CreationTimestamp)
CreationTimestamp - Person creation time and date (`CreationTimestamp`), whose value is the number of milliseconds between the UNIX epoch time and the group creation time. 
The UNIX epoch time is 00:00:00, Thursday, January 1, 1970, Coordinated Universal Time (UTC). For more information, please see the UNIX time document.Copyright © 2020. All rights reserved.