public class DescribePublishersRequest extends AbstractModel
Constructor and Description |
---|
DescribePublishersRequest() |
DescribePublishersRequest(DescribePublishersRequest 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
|
Filter[] |
getFilters()
Get 参数过滤器,支持ProducerName,Address字段
|
Long |
getLimit()
Get 查询条数,默认为20
|
String |
getNamespace()
Get 命名空间名称
|
Long |
getOffset()
Get 查询偏移量,默认为0
|
Sort |
getSort()
Get 排序器
|
String |
getTopic()
Get 主题名称
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setFilters(Filter[] Filters)
Set 参数过滤器,支持ProducerName,Address字段
|
void |
setLimit(Long Limit)
Set 查询条数,默认为20
|
void |
setNamespace(String Namespace)
Set 命名空间名称
|
void |
setOffset(Long Offset)
Set 查询偏移量,默认为0
|
void |
setSort(Sort Sort)
Set 排序器
|
void |
setTopic(String Topic)
Set 主题名称
|
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 DescribePublishersRequest()
public DescribePublishersRequest(DescribePublishersRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间名称public String getTopic()
public void setTopic(String Topic)
Topic
- 主题名称public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 参数过滤器,支持ProducerName,Address字段public Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询条数,默认为20public Sort getSort()
public void setSort(Sort Sort)
Sort
- 排序器Copyright © 2022. All rights reserved.