public class DescribeTopicDetailRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTopicDetailRequest() | 
| DescribeTopicDetailRequest(DescribeTopicDetailRequest 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 | getAclRuleName()Get Acl预设策略名称 | 
| Filter[] | getFilters()Get 目前支持 ReplicaNum (副本数)筛选 | 
| String | getInstanceId()Get ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取 | 
| Long | getLimit()Get 返回数量,不填则默认 20,取值要大于0 | 
| Long | getOffset()Get 偏移量,不填默认为0 | 
| String | getOrderBy()Get 根据特定的属性排序(目前支持PartitionNum/CreateTime),默认值为CreateTime。 | 
| Long | getOrderType()Get 0-顺序、1-倒序,默认值为0。 | 
| String | getSearchWord()Get (过滤条件)按照topicName过滤,支持模糊查询 | 
| void | setAclRuleName(String AclRuleName)Set Acl预设策略名称 | 
| void | setFilters(Filter[] Filters)Set 目前支持 ReplicaNum (副本数)筛选 | 
| void | setInstanceId(String InstanceId)Set ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取 | 
| void | setLimit(Long Limit)Set 返回数量,不填则默认 20,取值要大于0 | 
| void | setOffset(Long Offset)Set 偏移量,不填默认为0 | 
| void | setOrderBy(String OrderBy)Set 根据特定的属性排序(目前支持PartitionNum/CreateTime),默认值为CreateTime。 | 
| void | setOrderType(Long OrderType)Set 0-顺序、1-倒序,默认值为0。 | 
| void | setSearchWord(String SearchWord)Set (过滤条件)按照topicName过滤,支持模糊查询 | 
| 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 DescribeTopicDetailRequest()
public DescribeTopicDetailRequest(DescribeTopicDetailRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord - (过滤条件)按照topicName过滤,支持模糊查询public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,不填默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,不填则默认 20,取值要大于0public String getAclRuleName()
public void setAclRuleName(String AclRuleName)
AclRuleName - Acl预设策略名称public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy - 根据特定的属性排序(目前支持PartitionNum/CreateTime),默认值为CreateTime。public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType - 0-顺序、1-倒序,默认值为0。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 目前支持 ReplicaNum (副本数)筛选Copyright © 2025. All rights reserved.