public class AiSamplePerson extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiSamplePerson() | 
| AiSamplePerson(AiSamplePerson 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 | getCreateTime()Get Creation time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). | 
| String | getDescription()Get Figure description. | 
| AiSampleFaceInfo[] | getFaceInfoSet()Get Face information. | 
| String | getName()Get Name of a figure. | 
| String | getPersonId()Get Figure ID. | 
| String[] | getTagSet()Get Figure tag. | 
| String | getUpdateTime()Get Last modified time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). | 
| String[] | getUsageSet()Get Use case. | 
| void | setCreateTime(String CreateTime)Set Creation time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). | 
| void | setDescription(String Description)Set Figure description. | 
| void | setFaceInfoSet(AiSampleFaceInfo[] FaceInfoSet)Set Face information. | 
| void | setName(String Name)Set Name of a figure. | 
| void | setPersonId(String PersonId)Set Figure ID. | 
| void | setTagSet(String[] TagSet)Set Figure tag. | 
| void | setUpdateTime(String UpdateTime)Set Last modified time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). | 
| void | setUsageSet(String[] UsageSet)Set Use case. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AiSamplePerson()
public AiSamplePerson(AiSamplePerson source)
public String getPersonId()
public void setPersonId(String PersonId)
PersonId - Figure ID.public String getName()
public void setName(String Name)
Name - Name of a figure.public String getDescription()
public void setDescription(String Description)
Description - Figure description.public AiSampleFaceInfo[] getFaceInfoSet()
public void setFaceInfoSet(AiSampleFaceInfo[] FaceInfoSet)
FaceInfoSet - Face information.public String[] getTagSet()
public void setTagSet(String[] TagSet)
TagSet - Figure tag.public String[] getUsageSet()
public void setUsageSet(String[] UsageSet)
UsageSet - Use case.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Last modified time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).Copyright © 2025. All rights reserved.