public class DescribeTopicRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTopicRequest() | 
| DescribeTopicRequest(DescribeTopicRequest 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预设策略名称 | 
| String | getInstanceId()Get ckafka集群实例Id | 
| Long | getLimit()Get 返回数量,不填则默认为20,最大值为50 | 
| Long | getOffset()Get 偏移量,不填默认为0 | 
| String | getSearchWord()Get 过滤条件,按照 topicName 过滤,支持模糊查询 | 
| void | setAclRuleName(String AclRuleName)Set Acl预设策略名称 | 
| void | setInstanceId(String InstanceId)Set ckafka集群实例Id | 
| void | setLimit(Long Limit)Set 返回数量,不填则默认为20,最大值为50 | 
| void | setOffset(Long Offset)Set 偏移量,不填默认为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 DescribeTopicRequest()
public DescribeTopicRequest(DescribeTopicRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ckafka集群实例Idpublic 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,最大值为50public String getAclRuleName()
public void setAclRuleName(String AclRuleName)
AclRuleName - Acl预设策略名称Copyright © 2025. All rights reserved.