public class ModifyRocketMQTopicRequest extends AbstractModel
| 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 Cluster ID | 
| String | getNamespaceId()Get Namespace name | 
| Long | getPartitionNum()Get Number of partitions, which is invalid for globally sequential messages and cannot be less than the current number of partitions. | 
| String | getRemark()Get Remarks (up to 128 characters) | 
| String | getTopic()Get Topic name | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setNamespaceId(String NamespaceId)Set Namespace name | 
| void | setPartitionNum(Long PartitionNum)Set Number of partitions, which is invalid for globally sequential messages and cannot be less than the current number of partitions. | 
| void | setRemark(String Remark)Set Remarks (up to 128 characters) | 
| void | setTopic(String Topic)Set Topic name | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ModifyRocketMQTopicRequest()
public ModifyRocketMQTopicRequest(ModifyRocketMQTopicRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - Namespace namepublic String getTopic()
public void setTopic(String Topic)
Topic - Topic namepublic String getRemark()
public void setRemark(String Remark)
Remark - Remarks (up to 128 characters)public Long getPartitionNum()
public void setPartitionNum(Long PartitionNum)
PartitionNum - Number of partitions, which is invalid for globally sequential messages and cannot be less than the current number of partitions.Copyright © 2022. All rights reserved.