Class UpdateCustomPersonRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.UpdateCustomPersonRequest
-
public class UpdateCustomPersonRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateCustomPersonRequest()UpdateCustomPersonRequest(UpdateCustomPersonRequest 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 更新后的分类信息,如为空则不更新StringgetName()Get 更新后的自定义人物名称,如为空则不更新StringgetPersonId()Get 待更新的自定义人物IdvoidsetBasicInfo(String BasicInfo)Set 更新后的自定义人物简介,如为空则不更新voidsetCategoryId(String CategoryId)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
-
UpdateCustomPersonRequest
public UpdateCustomPersonRequest()
-
UpdateCustomPersonRequest
public UpdateCustomPersonRequest(UpdateCustomPersonRequest 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- 更新后的自定义人物简介,如为空则不更新
-
getCategoryId
public String getCategoryId()
Get 更新后的分类信息,如为空则不更新- Returns:
- CategoryId 更新后的分类信息,如为空则不更新
-
setCategoryId
public void setCategoryId(String CategoryId)
Set 更新后的分类信息,如为空则不更新- Parameters:
CategoryId- 更新后的分类信息,如为空则不更新
-
-