public class ListTopicsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
filter
The condition that you want to use to filter topics in the instance.
|
List<String> |
messageTypes
The message types of the topics.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
| 构造器和说明 |
|---|
ListTopicsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTopicsRequest |
build(Map<String,?> map) |
String |
getFilter() |
List<String> |
getMessageTypes() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
ListTopicsRequest |
setFilter(String filter) |
ListTopicsRequest |
setMessageTypes(List<String> messageTypes) |
ListTopicsRequest |
setPageNumber(Integer pageNumber) |
ListTopicsRequest |
setPageSize(Integer pageSize) |
@NameInMap(value="filter") public String filter
The condition that you want to use to filter topics in the instance. If you leave this parameter empty, all topics in the instance are queried.
@NameInMap(value="messageTypes") public List<String> messageTypes
The message types of the topics.
@NameInMap(value="pageNumber") public Integer pageNumber
The number of the page to return.
@NameInMap(value="pageSize") public Integer pageSize
The number of entries to return on each page.
public static ListTopicsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTopicsRequest setFilter(String filter)
public String getFilter()
public ListTopicsRequest setMessageTypes(List<String> messageTypes)
public ListTopicsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListTopicsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
Copyright © 2024. All rights reserved.