public class RocketMQNamespace extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RocketMQNamespace() | 
| RocketMQNamespace(RocketMQNamespace 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 | getInternalEndpoint()Get Internal access point address
Note: u200dThis field may return null, indicating that no valid values can be obtained. | 
| String | getNamespaceId()Get Namespace name, which can contain 3–64 letters, digits, hyphens, and underscores. | 
| String | getPublicEndpoint()Get Public network access point address. | 
| String | getRemark()Get Description. | 
| Long | getRetentionTime()Get Retention period for persistently stored messages in milliseconds. | 
| Long | getTtl()Get Retention period for unconsumed messages in milliseconds. | 
| String | getVpcEndpoint()Get VPC access point address. | 
| void | setInternalEndpoint(String InternalEndpoint)Set Internal access point address
Note: u200dThis field may return null, indicating that no valid values can be obtained. | 
| void | setNamespaceId(String NamespaceId)Set Namespace name, which can contain 3–64 letters, digits, hyphens, and underscores. | 
| void | setPublicEndpoint(String PublicEndpoint)Set Public network access point address. | 
| void | setRemark(String Remark)Set Description. | 
| void | setRetentionTime(Long RetentionTime)Set Retention period for persistently stored messages in milliseconds. | 
| void | setTtl(Long Ttl)Set Retention period for unconsumed messages in milliseconds. | 
| void | setVpcEndpoint(String VpcEndpoint)Set VPC access point address. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RocketMQNamespace()
public RocketMQNamespace(RocketMQNamespace source)
public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - Namespace name, which can contain 3–64 letters, digits, hyphens, and underscores.public Long getTtl()
public void setTtl(Long Ttl)
Ttl - Retention period for unconsumed messages in milliseconds. Valid range: 60 seconds–15 days. This parameter is disused.public Long getRetentionTime()
public void setRetentionTime(Long RetentionTime)
RetentionTime - Retention period for persistently stored messages in milliseconds.public String getRemark()
public void setRemark(String Remark)
Remark - Description.
Note: This field may return null, indicating that no valid values can be obtained.public String getPublicEndpoint()
public void setPublicEndpoint(String PublicEndpoint)
PublicEndpoint - Public network access point address.
Note: This field may return null, indicating that no valid values can be obtained.public String getVpcEndpoint()
public void setVpcEndpoint(String VpcEndpoint)
VpcEndpoint - VPC access point address.
Note: This field may return null, indicating that no valid values can be obtained.public String getInternalEndpoint()
public void setInternalEndpoint(String InternalEndpoint)
InternalEndpoint - Internal access point address
Note: u200dThis field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.