public class DescribeGroupInfoRequest extends AbstractModel
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,这里是数组形式,格式: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 DescribeGroupInfoRequest()
public DescribeGroupInfoRequest(DescribeGroupInfoRequest source)
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 © 2021. All rights reserved.