public class ModifyRocketMQNamespaceRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyRocketMQNamespaceRequest() | 
| ModifyRocketMQNamespaceRequest(ModifyRocketMQNamespaceRequest 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 Cluster ID | 
| String | getNamespaceId()Get Namespace name, which can contain 3–64 letters, digits, hyphens, and underscores | 
| String | getRemark()Get Remarks (up to 128 characters) | 
| Long | getRetentionTime()Get Retention time for persisted messages in milliseconds | 
| Long | getTtl()Get Retention time of unconsumed messages in milliseconds. | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setNamespaceId(String NamespaceId)Set Namespace name, which can contain 3–64 letters, digits, hyphens, and underscores | 
| void | setRemark(String Remark)Set Remarks (up to 128 characters) | 
| void | setRetentionTime(Long RetentionTime)Set Retention time for persisted messages in milliseconds | 
| void | setTtl(Long Ttl)Set Retention time of unconsumed messages in milliseconds. | 
| 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, toJsonStringpublic ModifyRocketMQNamespaceRequest()
public ModifyRocketMQNamespaceRequest(ModifyRocketMQNamespaceRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - Namespace name, which can contain 3–64 letters, digits, hyphens, and underscorespublic Long getTtl()
public void setTtl(Long Ttl)
Ttl - Retention time of unconsumed messages in milliseconds. Value range: 60 seconds–15 dayspublic Long getRetentionTime()
public void setRetentionTime(Long RetentionTime)
RetentionTime - Retention time for persisted messages in millisecondspublic String getRemark()
public void setRemark(String Remark)
Remark - Remarks (up to 128 characters)Copyright © 2022. All rights reserved.