public class ModifyTopicRequest extends AbstractModel
Constructor and Description |
---|
ModifyTopicRequest() |
ModifyTopicRequest(ModifyTopicRequest 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 Pulsar 集群的ID
|
String |
getEnvironmentId()
Get 环境(命名空间)名称。
|
Long |
getPartitions()
Get 分区数,必须大于或者等于原分区数,若想维持原分区数请输入原数目,修改分区数仅对非全局顺序消息起效果,不允许超过128个分区。
|
String |
getRemark()
Get 备注,128字符以内。
|
String |
getTopicName()
Get 主题名。
|
void |
setClusterId(String ClusterId)
Set Pulsar 集群的ID
|
void |
setEnvironmentId(String EnvironmentId)
Set 环境(命名空间)名称。
|
void |
setPartitions(Long Partitions)
Set 分区数,必须大于或者等于原分区数,若想维持原分区数请输入原数目,修改分区数仅对非全局顺序消息起效果,不允许超过128个分区。
|
void |
setRemark(String Remark)
Set 备注,128字符以内。
|
void |
setTopicName(String TopicName)
Set 主题名。
|
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, toJsonString
public ModifyTopicRequest()
public ModifyTopicRequest(ModifyTopicRequest source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- 环境(命名空间)名称。public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名。public Long getPartitions()
public void setPartitions(Long Partitions)
Partitions
- 分区数,必须大于或者等于原分区数,若想维持原分区数请输入原数目,修改分区数仅对非全局顺序消息起效果,不允许超过128个分区。public String getRemark()
public void setRemark(String Remark)
Remark
- 备注,128字符以内。public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Pulsar 集群的IDCopyright © 2022. All rights reserved.