public class CreateRocketMQNamespaceRequest extends AbstractModel
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 未消费消息的保留时间,以毫秒为单位,60秒-15天
|
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 未消费消息的保留时间,以毫秒为单位,60秒-15天
|
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 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
- 未消费消息的保留时间,以毫秒为单位,60秒-15天public Long getRetentionTime()
public void setRetentionTime(Long RetentionTime)
RetentionTime
- 消息持久化后保留的时间,以毫秒为单位public String getRemark()
public void setRemark(String Remark)
Remark
- 说明,最大128个字符Copyright © 2023. All rights reserved.