public class DescribeGroupOffsetsRequest extends AbstractModel
Constructor and Description |
---|
DescribeGroupOffsetsRequest() |
DescribeGroupOffsetsRequest(DescribeGroupOffsetsRequest 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 |
getGroup()
Get Kafka 消费分组
|
String |
getInstanceId()
Get (过滤条件)按照实例 ID 过滤
|
Long |
getLimit()
Get 本次返回结果的最大个数,默认为50,最大值为50
|
Long |
getOffset()
Get 本次查询的偏移位置,默认为0
|
String |
getSearchWord()
Get 模糊匹配 topicName
|
String[] |
getTopics()
Get group 订阅的主题名称数组,如果没有该数组,则表示指定的 group 下所有 topic 信息
|
void |
setGroup(String Group)
Set Kafka 消费分组
|
void |
setInstanceId(String InstanceId)
Set (过滤条件)按照实例 ID 过滤
|
void |
setLimit(Long Limit)
Set 本次返回结果的最大个数,默认为50,最大值为50
|
void |
setOffset(Long Offset)
Set 本次查询的偏移位置,默认为0
|
void |
setSearchWord(String SearchWord)
Set 模糊匹配 topicName
|
void |
setTopics(String[] Topics)
Set group 订阅的主题名称数组,如果没有该数组,则表示指定的 group 下所有 topic 信息
|
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 DescribeGroupOffsetsRequest()
public DescribeGroupOffsetsRequest(DescribeGroupOffsetsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- (过滤条件)按照实例 ID 过滤public String getGroup()
public void setGroup(String Group)
Group
- Kafka 消费分组public String[] getTopics()
public void setTopics(String[] Topics)
Topics
- group 订阅的主题名称数组,如果没有该数组,则表示指定的 group 下所有 topic 信息public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 模糊匹配 topicNamepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 本次查询的偏移位置,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 本次返回结果的最大个数,默认为50,最大值为50Copyright © 2022. All rights reserved.