public class DescribeTopicsRequest extends AbstractModel
| 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 cluster ID | 
| String | getEnvironmentId()Get Environment (namespace) name. | 
| Filter[] | getFilters()Get * TopicName
Query by topic name for exact search. | 
| Long | getLimit()Get Number of results to be returned. | 
| Long | getOffset()Get Offset. | 
| String | getTopicName()Get Fuzzy match by topic name. | 
| Long | getTopicType()Get Topic type description:
0: general message;
1: globally sequential message;
2: partitionally sequential message;
3: retry letter queue;
4: dead letter queue;
5: transaction message. | 
| void | setClusterId(String ClusterId)Set Pulsar cluster ID | 
| void | setEnvironmentId(String EnvironmentId)Set Environment (namespace) name. | 
| void | setFilters(Filter[] Filters)Set * TopicName
Query by topic name for exact search. | 
| void | setLimit(Long Limit)Set Number of results to be returned. | 
| void | setOffset(Long Offset)Set Offset. | 
| void | setTopicName(String TopicName)Set Fuzzy match by topic name. | 
| void | setTopicType(Long TopicType)Set Topic type description:
0: general message;
1: globally sequential message;
2: partitionally sequential message;
3: retry letter queue;
4: dead letter queue;
5: transaction message. | 
| 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, toJsonStringpublic DescribeTopicsRequest()
public DescribeTopicsRequest(DescribeTopicsRequest source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - Environment (namespace) name.public String getTopicName()
public void setTopicName(String TopicName)
TopicName - Fuzzy match by topic name.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. If this parameter is left empty, 0 will be used by default.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results to be returned. If this parameter is left empty, 10 will be used by default. The maximum value is 20.public Long getTopicType()
public void setTopicType(Long TopicType)
TopicType - Topic type description:
0: general message;
1: globally sequential message;
2: partitionally sequential message;
3: retry letter queue;
4: dead letter queue;
5: transaction message.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Pulsar cluster IDpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - * TopicName
Query by topic name for exact search.
Type: String
Required: noCopyright © 2022. All rights reserved.