public class DescribeTopicsRequest extends AbstractModel
Constructor and Description |
---|
DescribeTopicsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEnvironmentId()
Get 环境(命名空间)名称。
|
Long |
getLimit()
Get 返回数量,不填则默认为10,最大值为20。
|
Long |
getOffset()
Get 起始下标,不填默认为0。
|
String |
getTopicName()
Get 主题名模糊匹配。
|
Long |
getTopicType()
Get topic类型描述:
0:普通消息;
1:全局顺序消息;
2:局部顺序消息;
3:重试队列;
4:死信队列;
5:事务消息。
|
void |
setEnvironmentId(String EnvironmentId)
Set 环境(命名空间)名称。
|
void |
setLimit(Long Limit)
Set 返回数量,不填则默认为10,最大值为20。
|
void |
setOffset(Long Offset)
Set 起始下标,不填默认为0。
|
void |
setTopicName(String TopicName)
Set 主题名模糊匹配。
|
void |
setTopicType(Long TopicType)
Set topic类型描述:
0:普通消息;
1:全局顺序消息;
2:局部顺序消息;
3:重试队列;
4:死信队列;
5:事务消息。
|
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 String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- 环境(命名空间)名称。public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名模糊匹配。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 起始下标,不填默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,不填则默认为10,最大值为20。public Long getTopicType()
public void setTopicType(Long TopicType)
TopicType
- topic类型描述:
0:普通消息;
1:全局顺序消息;
2:局部顺序消息;
3:重试队列;
4:死信队列;
5:事务消息。Copyright © 2020. All rights reserved.