Class CreateCustomPersonRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.CreateCustomPersonRequest
-
public class CreateCustomPersonRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateCustomPersonRequest()CreateCustomPersonRequest(CreateCustomPersonRequest 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 自定义人物简要信息(仅用于标记,不支持检索)StringgetCategoryId()Get 自定义分类ID,如不存在接口会报错StringgetImage()Get 原始图片base64编码后的数据StringgetImageURL()Get 自定义人物图片URL,可支持任意地址,推荐使用COSStringgetName()Get 自定义人物姓名voidsetBasicInfo(String BasicInfo)Set 自定义人物简要信息(仅用于标记,不支持检索)voidsetCategoryId(String CategoryId)Set 自定义分类ID,如不存在接口会报错voidsetImage(String Image)Set 原始图片base64编码后的数据voidsetImageURL(String ImageURL)Set 自定义人物图片URL,可支持任意地址,推荐使用COSvoidsetName(String Name)Set 自定义人物姓名voidtoMap(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
-
CreateCustomPersonRequest
public CreateCustomPersonRequest()
-
CreateCustomPersonRequest
public CreateCustomPersonRequest(CreateCustomPersonRequest 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
-
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- 自定义人物简要信息(仅用于标记,不支持检索)
-
getCategoryId
public String getCategoryId()
Get 自定义分类ID,如不存在接口会报错- Returns:
- CategoryId 自定义分类ID,如不存在接口会报错
-
setCategoryId
public void setCategoryId(String CategoryId)
Set 自定义分类ID,如不存在接口会报错- Parameters:
CategoryId- 自定义分类ID,如不存在接口会报错
-
getImageURL
public String getImageURL()
Get 自定义人物图片URL,可支持任意地址,推荐使用COS- Returns:
- ImageURL 自定义人物图片URL,可支持任意地址,推荐使用COS
-
setImageURL
public void setImageURL(String ImageURL)
Set 自定义人物图片URL,可支持任意地址,推荐使用COS- Parameters:
ImageURL- 自定义人物图片URL,可支持任意地址,推荐使用COS
-
getImage
public String getImage()
Get 原始图片base64编码后的数据- Returns:
- Image 原始图片base64编码后的数据
-
setImage
public void setImage(String Image)
Set 原始图片base64编码后的数据- Parameters:
Image- 原始图片base64编码后的数据
-
-