public class GroupResponse extends AbstractModel
Constructor and Description |
---|
GroupResponse() |
GroupResponse(GroupResponse 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 |
---|---|
Long |
getGroupCountQuota()
Get Consumer group quota
Note: This field may return null, indicating that no valid values can be obtained.
|
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 |
setGroupCountQuota(Long GroupCountQuota)
Set Consumer group quota
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, toJsonString
public GroupResponse()
public GroupResponse(GroupResponse source)
public 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.public Long getGroupCountQuota()
public void setGroupCountQuota(Long GroupCountQuota)
GroupCountQuota
- Consumer group quota
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.