Class DescribeRocketMQNamespacesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.DescribeRocketMQNamespacesRequest
-
public class DescribeRocketMQNamespacesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRocketMQNamespacesRequest()DescribeRocketMQNamespacesRequest(DescribeRocketMQNamespacesRequest 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 StringgetClusterId()Get 集群IDLonggetLimit()Get 限制数目StringgetNameKeyword()Get 按名称搜索LonggetOffset()Get 偏移量voidsetClusterId(String ClusterId)Set 集群IDvoidsetLimit(Long Limit)Set 限制数目voidsetNameKeyword(String NameKeyword)Set 按名称搜索voidsetOffset(Long Offset)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
-
DescribeRocketMQNamespacesRequest
public DescribeRocketMQNamespacesRequest()
-
DescribeRocketMQNamespacesRequest
public DescribeRocketMQNamespacesRequest(DescribeRocketMQNamespacesRequest 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
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getOffset
public Long getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(Long Offset)
Set 偏移量- Parameters:
Offset- 偏移量
-
getLimit
public Long getLimit()
Get 限制数目- Returns:
- Limit 限制数目
-
setLimit
public void setLimit(Long Limit)
Set 限制数目- Parameters:
Limit- 限制数目
-
getNameKeyword
public String getNameKeyword()
Get 按名称搜索- Returns:
- NameKeyword 按名称搜索
-
setNameKeyword
public void setNameKeyword(String NameKeyword)
Set 按名称搜索- Parameters:
NameKeyword- 按名称搜索
-
-