public class DescribeTopicsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTopicsRequest() | 
| DescribeTopicsRequest(DescribeTopicsRequest 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 Pulsar 集群的ID | 
| String | getEnvironmentId()Get 环境(命名空间)名称。 | 
| Filter[] | getFilters()Get * TopicName
按照主题名字查询,精确查询。
类型:String
必选:否 | 
| Long | getLimit()Get 返回数量,不填则默认为10,最大值为20。 | 
| Long | getOffset()Get 起始下标,不填默认为0。 | 
| Long | getTopicCreator()Get 创建来源:
1:用户创建
2:系统创建 | 
| String | getTopicName()Get 主题名模糊匹配。 | 
| Long | getTopicType()Get topic类型描述:
0:非持久非分区主题类型;
1:非持久分区主题类型;
2:持久非分区主题类型;
3:持久分区主题类型; | 
| void | setClusterId(String ClusterId)Set Pulsar 集群的ID | 
| void | setEnvironmentId(String EnvironmentId)Set 环境(命名空间)名称。 | 
| void | setFilters(Filter[] Filters)Set * TopicName
按照主题名字查询,精确查询。
类型:String
必选:否 | 
| void | setLimit(Long Limit)Set 返回数量,不填则默认为10,最大值为20。 | 
| void | setOffset(Long Offset)Set 起始下标,不填默认为0。 | 
| void | setTopicCreator(Long TopicCreator)Set 创建来源:
1:用户创建
2:系统创建 | 
| void | setTopicName(String TopicName)Set 主题名模糊匹配。 | 
| void | setTopicType(Long TopicType)Set topic类型描述:
0:非持久非分区主题类型;
1:非持久分区主题类型;
2:持久非分区主题类型;
3:持久分区主题类型; | 
| 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, toJsonStringpublic DescribeTopicsRequest()
public DescribeTopicsRequest(DescribeTopicsRequest source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - 环境(命名空间)名称。public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Pulsar 集群的IDpublic 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:持久分区主题类型;public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - * TopicName
按照主题名字查询,精确查询。
类型:String
必选:否public Long getTopicCreator()
public void setTopicCreator(Long TopicCreator)
TopicCreator - 创建来源:
1:用户创建
2:系统创建Copyright © 2025. All rights reserved.