Class DescribeConsumerGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.DescribeConsumerGroupRequest
-
public class DescribeConsumerGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupName()Get 可选,用户需要查询的group名称。StringgetInstanceId()Get ckafka实例id。LonggetLimit()Get 本次返回个数限制,最大支持50LonggetOffset()Get 偏移位置StringgetTopicName()Get 可选,用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。voidsetGroupName(String GroupName)Set 可选,用户需要查询的group名称。voidsetInstanceId(String InstanceId)Set ckafka实例id。voidsetLimit(Long Limit)Set 本次返回个数限制,最大支持50voidsetOffset(Long Offset)Set 偏移位置voidsetTopicName(String TopicName)Set 可选,用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。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
-
DescribeConsumerGroupRequest
public DescribeConsumerGroupRequest()
-
DescribeConsumerGroupRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get ckafka实例id。- Returns:
- InstanceId ckafka实例id。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set ckafka实例id。- Parameters:
InstanceId- ckafka实例id。
-
getGroupName
public String getGroupName()
Get 可选,用户需要查询的group名称。- Returns:
- GroupName 可选,用户需要查询的group名称。
-
setGroupName
public void setGroupName(String GroupName)
Set 可选,用户需要查询的group名称。- Parameters:
GroupName- 可选,用户需要查询的group名称。
-
getTopicName
public String getTopicName()
Get 可选,用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。- Returns:
- TopicName 可选,用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。
-
setTopicName
public void setTopicName(String TopicName)
Set 可选,用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。- Parameters:
TopicName- 可选,用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。
-
getLimit
public Long getLimit()
Get 本次返回个数限制,最大支持50- Returns:
- Limit 本次返回个数限制,最大支持50
-
setLimit
public void setLimit(Long Limit)
Set 本次返回个数限制,最大支持50- Parameters:
Limit- 本次返回个数限制,最大支持50
-
getOffset
public Long getOffset()
Get 偏移位置- Returns:
- Offset 偏移位置
-
setOffset
public void setOffset(Long Offset)
Set 偏移位置- Parameters:
Offset- 偏移位置
-
-