public class ListTopicsShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
filter
The condition that you want to use to filter topics in the instance.
|
String |
messageTypesShrink
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.
|
| 构造器和说明 |
|---|
ListTopicsShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTopicsShrinkRequest |
build(Map<String,?> map) |
String |
getFilter() |
String |
getMessageTypesShrink() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
ListTopicsShrinkRequest |
setFilter(String filter) |
ListTopicsShrinkRequest |
setMessageTypesShrink(String messageTypesShrink) |
ListTopicsShrinkRequest |
setPageNumber(Integer pageNumber) |
ListTopicsShrinkRequest |
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 String messageTypesShrink
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 ListTopicsShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTopicsShrinkRequest setFilter(String filter)
public String getFilter()
public ListTopicsShrinkRequest setMessageTypesShrink(String messageTypesShrink)
public String getMessageTypesShrink()
public ListTopicsShrinkRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListTopicsShrinkRequest setPageSize(Integer pageSize)
public Integer getPageSize()
Copyright © 2024. All rights reserved.