public class PersonExDescriptionInfo extends AbstractModel
Constructor and Description |
---|
PersonExDescriptionInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getPersonExDescription()
Get Content of the person description field to be updated
|
Long |
getPersonExDescriptionIndex()
Get Person description field index, whose value starts from 0
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setPersonExDescription(String PersonExDescription)
Set Content of the person description field to be updated
|
void |
setPersonExDescriptionIndex(Long PersonExDescriptionIndex)
Set Person description field index, whose value starts from 0
Note: this field may return null, indicating that no valid values can be obtained.
|
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 Long getPersonExDescriptionIndex()
public void setPersonExDescriptionIndex(Long PersonExDescriptionIndex)
PersonExDescriptionIndex
- Person description field index, whose value starts from 0
Note: this field may return null, indicating that no valid values can be obtained.public String getPersonExDescription()
public void setPersonExDescription(String PersonExDescription)
PersonExDescription
- Content of the person description field to be updatedCopyright © 2020. All rights reserved.