public class DescribeGroupInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeGroupInfoRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getGroupList()
Get Kafka 消费分组,Consumer-group,这里是数组形式,格式:GroupList.0=xxx&GroupList.1=yyy。
|
String |
getInstanceId()
Get (过滤条件)按照实例 ID 过滤。
|
void |
setGroupList(String[] GroupList)
Set Kafka 消费分组,Consumer-group,这里是数组形式,格式:GroupList.0=xxx&GroupList.1=yyy。
|
void |
setInstanceId(String InstanceId)
Set (过滤条件)按照实例 ID 过滤。
|
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 String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- (过滤条件)按照实例 ID 过滤。public String[] getGroupList()
public void setGroupList(String[] GroupList)
GroupList
- Kafka 消费分组,Consumer-group,这里是数组形式,格式:GroupList.0=xxx&GroupList.1=yyy。Copyright © 2020. All rights reserved.