public class PersonInfo extends AbstractModel
Constructor and Description |
---|
PersonInfo() |
PersonInfo(PersonInfo 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 |
---|---|
Long |
getCreationTimestamp()
Get Person creation time, measured in the number of milliseconds elapsed since the Unix epoch
The Unix epoch is 00:00:00, Thursday, January 1, 1970, Coordinated Universal Time (UTC).
|
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, measured in the number of milliseconds elapsed since the Unix epoch
The Unix epoch is 00:00:00, Thursday, January 1, 1970, Coordinated Universal Time (UTC).
|
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, toJsonString
public PersonInfo()
public PersonInfo(PersonInfo source)
public 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, measured in the number of milliseconds elapsed since the Unix epoch
The Unix epoch is 00:00:00, Thursday, January 1, 1970, Coordinated Universal Time (UTC). For more information, please see the Unix time document.Copyright © 2023. All rights reserved.