Class ModifyRocketMQTopicRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.ModifyRocketMQTopicRequest
-
public class ModifyRocketMQTopicRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyRocketMQTopicRequest()ModifyRocketMQTopicRequest(ModifyRocketMQTopicRequest 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 集群IDStringgetNamespaceId()Get 命名空间名称LonggetPartitionNum()Get 分区数,全局类型无效,不可小于当前分区数StringgetRemark()Get 说明信息,最大128个字符StringgetTopic()Get 主题名称voidsetClusterId(String ClusterId)Set 集群IDvoidsetNamespaceId(String NamespaceId)Set 命名空间名称voidsetPartitionNum(Long PartitionNum)Set 分区数,全局类型无效,不可小于当前分区数voidsetRemark(String Remark)Set 说明信息,最大128个字符voidsetTopic(String Topic)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
-
ModifyRocketMQTopicRequest
public ModifyRocketMQTopicRequest()
-
ModifyRocketMQTopicRequest
public ModifyRocketMQTopicRequest(ModifyRocketMQTopicRequest 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
-
getNamespaceId
public String getNamespaceId()
Get 命名空间名称- Returns:
- NamespaceId 命名空间名称
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set 命名空间名称- Parameters:
NamespaceId- 命名空间名称
-
getTopic
public String getTopic()
Get 主题名称- Returns:
- Topic 主题名称
-
setTopic
public void setTopic(String Topic)
Set 主题名称- Parameters:
Topic- 主题名称
-
getRemark
public String getRemark()
Get 说明信息,最大128个字符- Returns:
- Remark 说明信息,最大128个字符
-
setRemark
public void setRemark(String Remark)
Set 说明信息,最大128个字符- Parameters:
Remark- 说明信息,最大128个字符
-
getPartitionNum
public Long getPartitionNum()
Get 分区数,全局类型无效,不可小于当前分区数- Returns:
- PartitionNum 分区数,全局类型无效,不可小于当前分区数
-
setPartitionNum
public void setPartitionNum(Long PartitionNum)
Set 分区数,全局类型无效,不可小于当前分区数- Parameters:
PartitionNum- 分区数,全局类型无效,不可小于当前分区数
-
-