public class ModifyRocketMQTopicRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 集群ID
|
String |
getNamespaceId()
Get 命名空间名称
|
Long |
getPartitionNum()
Get 分区数,全局类型无效,不可小于当前分区数
|
String |
getRemark()
Get 说明信息,最大128个字符
|
String |
getTopic()
Get 主题名称
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setNamespaceId(String NamespaceId)
Set 命名空间名称
|
void |
setPartitionNum(Long PartitionNum)
Set 分区数,全局类型无效,不可小于当前分区数
|
void |
setRemark(String Remark)
Set 说明信息,最大128个字符
|
void |
setTopic(String Topic)
Set 主题名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyRocketMQTopicRequest()
public ModifyRocketMQTopicRequest(ModifyRocketMQTopicRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间名称public String getTopic()
public void setTopic(String Topic)
Topic
- 主题名称public String getRemark()
public void setRemark(String Remark)
Remark
- 说明信息,最大128个字符public Long getPartitionNum()
public void setPartitionNum(Long PartitionNum)
PartitionNum
- 分区数,全局类型无效,不可小于当前分区数Copyright © 2024. All rights reserved.