public class CreateRocketMQNamespaceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateRocketMQNamespaceRequest() | 
| CreateRocketMQNamespaceRequest(CreateRocketMQNamespaceRequest 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 命名空间名称,3-64个字符,只能包含字母、数字、“-”及“_” | 
| String | getRemark()Get 说明,最大128个字符 | 
| Long | getRetentionTime()Get 已废弃 | 
| Long | getTtl()Get 已废弃 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setNamespaceId(String NamespaceId)Set 命名空间名称,3-64个字符,只能包含字母、数字、“-”及“_” | 
| void | setRemark(String Remark)Set 说明,最大128个字符 | 
| void | setRetentionTime(Long RetentionTime)Set 已废弃 | 
| void | setTtl(Long Ttl)Set 已废弃 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateRocketMQNamespaceRequest()
public CreateRocketMQNamespaceRequest(CreateRocketMQNamespaceRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - 命名空间名称,3-64个字符,只能包含字母、数字、“-”及“_”public Long getTtl()
public void setTtl(Long Ttl)
Ttl - 已废弃public Long getRetentionTime()
public void setRetentionTime(Long RetentionTime)
RetentionTime - 已废弃public String getRemark()
public void setRemark(String Remark)
Remark - 说明,最大128个字符Copyright © 2025. All rights reserved.