public class ModifyClusterRequest extends AbstractModel
Constructor and Description |
---|
ModifyClusterRequest() |
ModifyClusterRequest(ModifyClusterRequest 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,需要更新的集群Id。
|
String |
getClusterName()
Get 更新后的集群名称。
|
Boolean |
getPublicAccessEnabled()
Get 开启公网访问,只能为true
|
String |
getRemark()
Get 说明信息。
|
void |
setClusterId(String ClusterId)
Set Pulsar 集群的ID,需要更新的集群Id。
|
void |
setClusterName(String ClusterName)
Set 更新后的集群名称。
|
void |
setPublicAccessEnabled(Boolean PublicAccessEnabled)
Set 开启公网访问,只能为true
|
void |
setRemark(String Remark)
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 ModifyClusterRequest()
public ModifyClusterRequest(ModifyClusterRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Pulsar 集群的ID,需要更新的集群Id。public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 更新后的集群名称。public String getRemark()
public void setRemark(String Remark)
Remark
- 说明信息。public Boolean getPublicAccessEnabled()
public void setPublicAccessEnabled(Boolean PublicAccessEnabled)
PublicAccessEnabled
- 开启公网访问,只能为trueCopyright © 2023. All rights reserved.