Class DescribeDatahubTopicsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.DescribeDatahubTopicsRequest
-
public class DescribeDatahubTopicsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDatahubTopicsRequest()DescribeDatahubTopicsRequest(DescribeDatahubTopicsRequest 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 LonggetLimit()Get 本次返回结果的最大个数,默认为50,最大值为50LonggetOffset()Get 本次查询的偏移位置,默认为0StringgetSearchWord()Get 查询值voidsetLimit(Long Limit)Set 本次返回结果的最大个数,默认为50,最大值为50voidsetOffset(Long Offset)Set 本次查询的偏移位置,默认为0voidsetSearchWord(String SearchWord)Set 查询值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
-
DescribeDatahubTopicsRequest
public DescribeDatahubTopicsRequest()
-
DescribeDatahubTopicsRequest
public DescribeDatahubTopicsRequest(DescribeDatahubTopicsRequest 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
-
getSearchWord
public String getSearchWord()
Get 查询值- Returns:
- SearchWord 查询值
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 查询值- Parameters:
SearchWord- 查询值
-
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 本次返回结果的最大个数,默认为50,最大值为50- Returns:
- Limit 本次返回结果的最大个数,默认为50,最大值为50
-
setLimit
public void setLimit(Long Limit)
Set 本次返回结果的最大个数,默认为50,最大值为50- Parameters:
Limit- 本次返回结果的最大个数,默认为50,最大值为50
-
-