public class GroupExDescriptionInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
GroupExDescriptionInfo() |
GroupExDescriptionInfo(GroupExDescriptionInfo 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 |
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.
|
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.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GroupExDescriptionInfo()
public GroupExDescriptionInfo(GroupExDescriptionInfo source)
public 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 © 2024. All rights reserved.