public class DescribeRocketMQConsumerConnectionDetailRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeRocketMQConsumerConnectionDetailRequest() | 
| DescribeRocketMQConsumerConnectionDetailRequest(DescribeRocketMQConsumerConnectionDetailRequest 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 | getClientId()Get 消费端实例ID | 
| String | getClusterId()Get 集群ID | 
| String[] | getFilterType()Get 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Retry, Transaction, DeadLetter | 
| String | getGroupId()Get 消费组名称 | 
| Long | getLimit()Get 限制数目 | 
| String | getNamespaceId()Get 命名空间名称 | 
| Long | getOffset()Get 偏移量 | 
| void | setClientId(String ClientId)Set 消费端实例ID | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setFilterType(String[] FilterType)Set 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Retry, Transaction, DeadLetter | 
| void | setGroupId(String GroupId)Set 消费组名称 | 
| void | setLimit(Long Limit)Set 限制数目 | 
| void | setNamespaceId(String NamespaceId)Set 命名空间名称 | 
| void | setOffset(Long Offset)Set 偏移量 | 
| 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, toJsonStringpublic DescribeRocketMQConsumerConnectionDetailRequest()
public DescribeRocketMQConsumerConnectionDetailRequest(DescribeRocketMQConsumerConnectionDetailRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - 命名空间名称public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 消费组名称public String getClientId()
public void setClientId(String ClientId)
ClientId - 消费端实例IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 限制数目public String[] getFilterType()
public void setFilterType(String[] FilterType)
FilterType - 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Retry, Transaction, DeadLetterCopyright © 2025. All rights reserved.