Class CustomPersonInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.CustomPersonInfo
-
public class CustomPersonInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomPersonInfo()CustomPersonInfo(CustomPersonInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBasicInfo()Get 自定义人物简介信息StringgetCreateTime()Get 自定义人物创建时间PersonImageInfo[]getImageInfoSet()Get 自定义人物图片信息StringgetL1Category()Get 一级自定义人物类型StringgetL2Category()Get 二级自定义人物类型StringgetName()Get 自定义人物姓名StringgetPersonId()Get 自定义人物IdvoidsetBasicInfo(String BasicInfo)Set 自定义人物简介信息voidsetCreateTime(String CreateTime)Set 自定义人物创建时间voidsetImageInfoSet(PersonImageInfo[] ImageInfoSet)Set 自定义人物图片信息voidsetL1Category(String L1Category)Set 一级自定义人物类型voidsetL2Category(String L2Category)Set 二级自定义人物类型voidsetName(String Name)Set 自定义人物姓名voidsetPersonId(String PersonId)Set 自定义人物IdvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CustomPersonInfo
public CustomPersonInfo()
-
CustomPersonInfo
public CustomPersonInfo(CustomPersonInfo 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.
-
-
Method Detail
-
getPersonId
public String getPersonId()
Get 自定义人物Id- Returns:
- PersonId 自定义人物Id
-
setPersonId
public void setPersonId(String PersonId)
Set 自定义人物Id- Parameters:
PersonId- 自定义人物Id
-
getName
public String getName()
Get 自定义人物姓名- Returns:
- Name 自定义人物姓名
-
setName
public void setName(String Name)
Set 自定义人物姓名- Parameters:
Name- 自定义人物姓名
-
getBasicInfo
public String getBasicInfo()
Get 自定义人物简介信息- Returns:
- BasicInfo 自定义人物简介信息
-
setBasicInfo
public void setBasicInfo(String BasicInfo)
Set 自定义人物简介信息- Parameters:
BasicInfo- 自定义人物简介信息
-
getL1Category
public String getL1Category()
Get 一级自定义人物类型- Returns:
- L1Category 一级自定义人物类型
-
setL1Category
public void setL1Category(String L1Category)
Set 一级自定义人物类型- Parameters:
L1Category- 一级自定义人物类型
-
getL2Category
public String getL2Category()
Get 二级自定义人物类型- Returns:
- L2Category 二级自定义人物类型
-
setL2Category
public void setL2Category(String L2Category)
Set 二级自定义人物类型- Parameters:
L2Category- 二级自定义人物类型
-
getImageInfoSet
public PersonImageInfo[] getImageInfoSet()
Get 自定义人物图片信息- Returns:
- ImageInfoSet 自定义人物图片信息
-
setImageInfoSet
public void setImageInfoSet(PersonImageInfo[] ImageInfoSet)
Set 自定义人物图片信息- Parameters:
ImageInfoSet- 自定义人物图片信息
-
getCreateTime
public String getCreateTime()
Get 自定义人物创建时间- Returns:
- CreateTime 自定义人物创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 自定义人物创建时间- Parameters:
CreateTime- 自定义人物创建时间
-
-