public class CustomPersonInfo extends AbstractModel
skipSign
Constructor and Description |
---|
CustomPersonInfo() |
CustomPersonInfo(CustomPersonInfo 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 |
getCreateTime()
Get 自定义人物创建时间
|
PersonImageInfo[] |
getImageInfoSet()
Get 自定义人物图片信息
|
String |
getL1Category()
Get 一级自定义人物类型
|
String |
getL2Category()
Get 二级自定义人物类型
|
String |
getName()
Get 自定义人物姓名
|
String |
getPersonId()
Get 自定义人物Id
|
void |
setBasicInfo(String BasicInfo)
Set 自定义人物简介信息
|
void |
setCreateTime(String CreateTime)
Set 自定义人物创建时间
|
void |
setImageInfoSet(PersonImageInfo[] ImageInfoSet)
Set 自定义人物图片信息
|
void |
setL1Category(String L1Category)
Set 一级自定义人物类型
|
void |
setL2Category(String L2Category)
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CustomPersonInfo()
public CustomPersonInfo(CustomPersonInfo 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 getL1Category()
public void setL1Category(String L1Category)
L1Category
- 一级自定义人物类型public String getL2Category()
public void setL2Category(String L2Category)
L2Category
- 二级自定义人物类型public PersonImageInfo[] getImageInfoSet()
public void setImageInfoSet(PersonImageInfo[] ImageInfoSet)
ImageInfoSet
- 自定义人物图片信息public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 自定义人物创建时间Copyright © 2023. All rights reserved.