Class CreateRocketMQClusterRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.CreateRocketMQClusterRequest
-
public class CreateRocketMQClusterRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateRocketMQClusterRequest()CreateRocketMQClusterRequest(CreateRocketMQClusterRequest 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 StringgetName()Get 集群名称,3-64个字符,只能包含字母、数字、“-”及“_”StringgetRemark()Get 集群描述,128个字符以内voidsetName(String Name)Set 集群名称,3-64个字符,只能包含字母、数字、“-”及“_”voidsetRemark(String Remark)Set 集群描述,128个字符以内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
-
CreateRocketMQClusterRequest
public CreateRocketMQClusterRequest()
-
CreateRocketMQClusterRequest
public CreateRocketMQClusterRequest(CreateRocketMQClusterRequest 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
-
getName
public String getName()
Get 集群名称,3-64个字符,只能包含字母、数字、“-”及“_”- Returns:
- Name 集群名称,3-64个字符,只能包含字母、数字、“-”及“_”
-
setName
public void setName(String Name)
Set 集群名称,3-64个字符,只能包含字母、数字、“-”及“_”- Parameters:
Name- 集群名称,3-64个字符,只能包含字母、数字、“-”及“_”
-
getRemark
public String getRemark()
Get 集群描述,128个字符以内- Returns:
- Remark 集群描述,128个字符以内
-
setRemark
public void setRemark(String Remark)
Set 集群描述,128个字符以内- Parameters:
Remark- 集群描述,128个字符以内
-
-