public class GroupExDescriptionInfo extends AbstractModel
| Constructor and Description | 
|---|
| GroupExDescriptionInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getGroupExDescription()Get Content of the custom group description field to be updated | 
| Long | getGroupExDescriptionIndex()Get Custom group description field index, whose value starts from 0
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setGroupExDescription(String GroupExDescription)Set Content of the custom group description field to be updated | 
| void | setGroupExDescriptionIndex(Long GroupExDescriptionIndex)Set Custom group 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, toJsonStringpublic Long getGroupExDescriptionIndex()
public void setGroupExDescriptionIndex(Long GroupExDescriptionIndex)
GroupExDescriptionIndex - Custom group description field index, whose value starts from 0
Note: this field may return null, indicating that no valid values can be obtained.public String getGroupExDescription()
public void setGroupExDescription(String GroupExDescription)
GroupExDescription - Content of the custom group description field to be updatedCopyright © 2021. All rights reserved.