Class DescribeTopicRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.DescribeTopicRequest
-
public class DescribeTopicRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAclRuleName()Get Acl预设策略名称StringgetInstanceId()Get 实例 IDLonggetLimit()Get 返回数量,不填则默认为20,最大值为50LonggetOffset()Get 偏移量,不填默认为0StringgetSearchWord()Get 过滤条件,按照 topicName 过滤,支持模糊查询voidsetAclRuleName(String AclRuleName)Set Acl预设策略名称voidsetInstanceId(String InstanceId)Set 实例 IDvoidsetLimit(Long Limit)Set 返回数量,不填则默认为20,最大值为50voidsetOffset(Long Offset)Set 偏移量,不填默认为0voidsetSearchWord(String SearchWord)Set 过滤条件,按照 topicName 过滤,支持模糊查询voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeTopicRequest
public DescribeTopicRequest()
-
DescribeTopicRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例 ID- Returns:
- InstanceId 实例 ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例 ID- Parameters:
InstanceId- 实例 ID
-
getSearchWord
public String getSearchWord()
Get 过滤条件,按照 topicName 过滤,支持模糊查询- Returns:
- SearchWord 过滤条件,按照 topicName 过滤,支持模糊查询
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 过滤条件,按照 topicName 过滤,支持模糊查询- Parameters:
SearchWord- 过滤条件,按照 topicName 过滤,支持模糊查询
-
getOffset
public Long getOffset()
Get 偏移量,不填默认为0- Returns:
- Offset 偏移量,不填默认为0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,不填默认为0- Parameters:
Offset- 偏移量,不填默认为0
-
getLimit
public Long getLimit()
Get 返回数量,不填则默认为20,最大值为50- Returns:
- Limit 返回数量,不填则默认为20,最大值为50
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,不填则默认为20,最大值为50- Parameters:
Limit- 返回数量,不填则默认为20,最大值为50
-
getAclRuleName
public String getAclRuleName()
Get Acl预设策略名称- Returns:
- AclRuleName Acl预设策略名称
-
setAclRuleName
public void setAclRuleName(String AclRuleName)
Set Acl预设策略名称- Parameters:
AclRuleName- Acl预设策略名称
-
-