public class CreateCustomPersonRequest extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBasicInfo()
Get 自定义人物简要信息(仅用于标记,不支持检索)
|
String |
getCategoryId()
Get 自定义分类ID,如不存在接口会报错
|
String |
getImage()
Get 原始图片base64编码后的数据
|
String |
getImageURL()
Get 自定义人物图片URL,可支持任意地址,推荐使用COS
|
String |
getName()
Get 自定义人物姓名
|
void |
setBasicInfo(String BasicInfo)
Set 自定义人物简要信息(仅用于标记,不支持检索)
|
void |
setCategoryId(String CategoryId)
Set 自定义分类ID,如不存在接口会报错
|
void |
setImage(String Image)
Set 原始图片base64编码后的数据
|
void |
setImageURL(String ImageURL)
Set 自定义人物图片URL,可支持任意地址,推荐使用COS
|
void |
setName(String Name)
Set 自定义人物姓名
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateCustomPersonRequest()
public CreateCustomPersonRequest(CreateCustomPersonRequest source)
public String getName()
public void setName(String Name)
Name
- 自定义人物姓名public String getBasicInfo()
public void setBasicInfo(String BasicInfo)
BasicInfo
- 自定义人物简要信息(仅用于标记,不支持检索)public String getCategoryId()
public void setCategoryId(String CategoryId)
CategoryId
- 自定义分类ID,如不存在接口会报错public String getImageURL()
public void setImageURL(String ImageURL)
ImageURL
- 自定义人物图片URL,可支持任意地址,推荐使用COSpublic String getImage()
public void setImage(String Image)
Image
- 原始图片base64编码后的数据Copyright © 2023. All rights reserved.