public class DescribeRocketMQSubscriptionsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRocketMQSubscriptionsRequest() |
DescribeRocketMQSubscriptionsRequest(DescribeRocketMQSubscriptionsRequest 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 |
getClusterId()
Get 集群ID
|
String |
getGroup()
Get 消费组名称
|
Long |
getLimit()
Get 查询限制条数
|
String |
getNamespace()
Get 命名空间名称
|
Long |
getOffset()
Get 查询起始位置
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setGroup(String Group)
Set 消费组名称
|
void |
setLimit(Long Limit)
Set 查询限制条数
|
void |
setNamespace(String Namespace)
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, toJsonString
public DescribeRocketMQSubscriptionsRequest()
public DescribeRocketMQSubscriptionsRequest(DescribeRocketMQSubscriptionsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间名称public String getGroup()
public void setGroup(String Group)
Group
- 消费组名称public Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询起始位置public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询限制条数Copyright © 2024. All rights reserved.