public class Environment extends AbstractModel
Constructor and Description |
---|
Environment() |
Environment(Environment 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 |
getCreateTime()
Get Creation time.
|
String |
getEnvironmentId()
Get Namespace name.
|
Long |
getMsgTTL()
Get Retention period for unconsumed messages in seconds.
|
String |
getNamespaceId()
Get Namespace ID.
|
String |
getNamespaceName()
Get Namespace name.
|
String |
getRemark()
Get Description.
|
RetentionPolicy |
getRetentionPolicy()
Get Message retention policy.
|
Long |
getTopicNum()
Get The number of topics.
|
String |
getUpdateTime()
Get Last modified.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setEnvironmentId(String EnvironmentId)
Set Namespace name.
|
void |
setMsgTTL(Long MsgTTL)
Set Retention period for unconsumed messages in seconds.
|
void |
setNamespaceId(String NamespaceId)
Set Namespace ID.
|
void |
setNamespaceName(String NamespaceName)
Set Namespace name.
|
void |
setRemark(String Remark)
Set Description.
|
void |
setRetentionPolicy(RetentionPolicy RetentionPolicy)
Set Message retention policy.
|
void |
setTopicNum(Long TopicNum)
Set The number of topics.
|
void |
setUpdateTime(String UpdateTime)
Set Last modified.
|
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 Environment()
public Environment(Environment source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- Namespace name.public String getRemark()
public void setRemark(String Remark)
Remark
- Description.public Long getMsgTTL()
public void setMsgTTL(Long MsgTTL)
MsgTTL
- Retention period for unconsumed messages in seconds. Maximum value: 1,296,000 seconds (15 days).public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last modified.public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- Namespace ID.public String getNamespaceName()
public void setNamespaceName(String NamespaceName)
NamespaceName
- Namespace name.public Long getTopicNum()
public void setTopicNum(Long TopicNum)
TopicNum
- The number of topics.
Note: This field may return null, indicating that no valid values can be obtained.public RetentionPolicy getRetentionPolicy()
public void setRetentionPolicy(RetentionPolicy RetentionPolicy)
RetentionPolicy
- Message retention policy.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.