public class GroupResponse extends AbstractModel
| Constructor and Description | 
|---|
| GroupResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeGroup[] | getGroupList()Get GroupList
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getTotalCount()Get Count
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setGroupList(DescribeGroup[] GroupList)Set GroupList
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setTotalCount(Long TotalCount)Set Count
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 getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Count
Note: this field may return null, indicating that no valid values can be obtained.public DescribeGroup[] getGroupList()
public void setGroupList(DescribeGroup[] GroupList)
GroupList - GroupList
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.