public class DescribeConsumerGroupRequest extends AbstractModel
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。
|
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。
|
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeConsumerGroupRequest()
public DescribeConsumerGroupRequest(DescribeConsumerGroupRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ckafka实例id。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 © 2023. All rights reserved.