Class AddCustomPersonImageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.AddCustomPersonImageRequest
-
public class AddCustomPersonImageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AddCustomPersonImageRequest()AddCustomPersonImageRequest(AddCustomPersonImageRequest 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 StringgetImage()Get 图片数据base64之后的结果StringgetImageURL()Get 自定义人物图片地址StringgetPersonId()Get 自定义人物IdvoidsetImage(String Image)Set 图片数据base64之后的结果voidsetImageURL(String ImageURL)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
-
AddCustomPersonImageRequest
public AddCustomPersonImageRequest()
-
AddCustomPersonImageRequest
public AddCustomPersonImageRequest(AddCustomPersonImageRequest 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
-
getImageURL
public String getImageURL()
Get 自定义人物图片地址- Returns:
- ImageURL 自定义人物图片地址
-
setImageURL
public void setImageURL(String ImageURL)
Set 自定义人物图片地址- Parameters:
ImageURL- 自定义人物图片地址
-
getImage
public String getImage()
Get 图片数据base64之后的结果- Returns:
- Image 图片数据base64之后的结果
-
setImage
public void setImage(String Image)
Set 图片数据base64之后的结果- Parameters:
Image- 图片数据base64之后的结果
-
-