Class DescribeGroupOffsetsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.DescribeGroupOffsetsRequest
-
public class DescribeGroupOffsetsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroup()Get Kafka 消费分组StringgetInstanceId()Get (过滤条件)按照实例 ID 过滤LonggetLimit()Get 本次返回结果的最大个数,默认为50,最大值为50LonggetOffset()Get 本次查询的偏移位置,默认为0StringgetSearchWord()Get 模糊匹配 topicNameString[]getTopics()Get group 订阅的主题名称数组,如果没有该数组,则表示指定的 group 下所有 topic 信息voidsetGroup(String Group)Set Kafka 消费分组voidsetInstanceId(String InstanceId)Set (过滤条件)按照实例 ID 过滤voidsetLimit(Long Limit)Set 本次返回结果的最大个数,默认为50,最大值为50voidsetOffset(Long Offset)Set 本次查询的偏移位置,默认为0voidsetSearchWord(String SearchWord)Set 模糊匹配 topicNamevoidsetTopics(String[] Topics)Set group 订阅的主题名称数组,如果没有该数组,则表示指定的 group 下所有 topic 信息voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeGroupOffsetsRequest
public DescribeGroupOffsetsRequest()
-
DescribeGroupOffsetsRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get (过滤条件)按照实例 ID 过滤- Returns:
- InstanceId (过滤条件)按照实例 ID 过滤
-
setInstanceId
public void setInstanceId(String InstanceId)
Set (过滤条件)按照实例 ID 过滤- Parameters:
InstanceId- (过滤条件)按照实例 ID 过滤
-
getGroup
public String getGroup()
Get Kafka 消费分组- Returns:
- Group Kafka 消费分组
-
setGroup
public void setGroup(String Group)
Set Kafka 消费分组- Parameters:
Group- Kafka 消费分组
-
getTopics
public String[] getTopics()
Get group 订阅的主题名称数组,如果没有该数组,则表示指定的 group 下所有 topic 信息- Returns:
- Topics group 订阅的主题名称数组,如果没有该数组,则表示指定的 group 下所有 topic 信息
-
setTopics
public void setTopics(String[] Topics)
Set group 订阅的主题名称数组,如果没有该数组,则表示指定的 group 下所有 topic 信息- Parameters:
Topics- group 订阅的主题名称数组,如果没有该数组,则表示指定的 group 下所有 topic 信息
-
getSearchWord
public String getSearchWord()
Get 模糊匹配 topicName- Returns:
- SearchWord 模糊匹配 topicName
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 模糊匹配 topicName- Parameters:
SearchWord- 模糊匹配 topicName
-
getOffset
public Long getOffset()
Get 本次查询的偏移位置,默认为0- Returns:
- Offset 本次查询的偏移位置,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 本次查询的偏移位置,默认为0- Parameters:
Offset- 本次查询的偏移位置,默认为0
-
getLimit
public Long getLimit()
Get 本次返回结果的最大个数,默认为50,最大值为50- Returns:
- Limit 本次返回结果的最大个数,默认为50,最大值为50
-
setLimit
public void setLimit(Long Limit)
Set 本次返回结果的最大个数,默认为50,最大值为50- Parameters:
Limit- 本次返回结果的最大个数,默认为50,最大值为50
-
-