public class DescribeGroupInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeGroupInfoRequest() | 
| DescribeGroupInfoRequest(DescribeGroupInfoRequest 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[] | getGroupList()Get Kafka consumer group (`Consumer-group`), which is an array in the format of `GroupList.0=xxx&GroupList.1=yyy`. | 
| String | getInstanceId()Get (Filter) filter by instance ID. | 
| void | setGroupList(String[] GroupList)Set Kafka consumer group (`Consumer-group`), which is an array in the format of `GroupList.0=xxx&GroupList.1=yyy`. | 
| void | setInstanceId(String InstanceId)Set (Filter) filter by instance ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeGroupInfoRequest()
public DescribeGroupInfoRequest(DescribeGroupInfoRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - (Filter) filter by instance ID.public String[] getGroupList()
public void setGroupList(String[] GroupList)
GroupList - Kafka consumer group (`Consumer-group`), which is an array in the format of `GroupList.0=xxx&GroupList.1=yyy`.Copyright © 2025. All rights reserved.