public class UpdateCustomPersonRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBasicInfo()
Get 更新后的自定义人物简介,如为空则不更新
|
String |
getCategoryId()
Get 更新后的分类信息,如为空则不更新
|
String |
getName()
Get 更新后的自定义人物名称,如为空则不更新
|
String |
getPersonId()
Get 待更新的自定义人物Id
|
void |
setBasicInfo(String BasicInfo)
Set 更新后的自定义人物简介,如为空则不更新
|
void |
setCategoryId(String CategoryId)
Set 更新后的分类信息,如为空则不更新
|
void |
setName(String Name)
Set 更新后的自定义人物名称,如为空则不更新
|
void |
setPersonId(String PersonId)
Set 待更新的自定义人物Id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateCustomPersonRequest()
public UpdateCustomPersonRequest(UpdateCustomPersonRequest source)
public String getPersonId()
public void setPersonId(String PersonId)
PersonId
- 待更新的自定义人物Idpublic 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
- 更新后的分类信息,如为空则不更新Copyright © 2022. All rights reserved.