public class DescribeConsumerGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeConsumerGroupRequest() |
DescribeConsumerGroupRequest(DescribeConsumerGroupRequest 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 |
getGroupName()
Get 用户需要查询的group名称。
|
String |
getInstanceId()
Get ckafka集群实例Id,通过DescribeInstances接口获取
|
Long |
getLimit()
Get 返回消费组的限制数量,最大支持50
|
Long |
getOffset()
Get 消费组列表的起始偏移量
|
String |
getTopicName()
Get 用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。
|
void |
setGroupName(String GroupName)
Set 用户需要查询的group名称。
|
void |
setInstanceId(String InstanceId)
Set ckafka集群实例Id,通过DescribeInstances接口获取
|
void |
setLimit(Long Limit)
Set 返回消费组的限制数量,最大支持50
|
void |
setOffset(Long Offset)
Set 消费组列表的起始偏移量
|
void |
setTopicName(String TopicName)
Set 用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。
|
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, toJsonString
public DescribeConsumerGroupRequest()
public DescribeConsumerGroupRequest(DescribeConsumerGroupRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ckafka集群实例Id,通过DescribeInstances接口获取public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 用户需要查询的group名称。public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回消费组的限制数量,最大支持50public Long getOffset()
public void setOffset(Long Offset)
Offset
- 消费组列表的起始偏移量Copyright © 2025. All rights reserved.