public class DescribeEnvironmentAttributesResponse extends AbstractModel
Constructor and Description |
---|
DescribeEnvironmentAttributesResponse() |
DescribeEnvironmentAttributesResponse(DescribeEnvironmentAttributesResponse 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 |
getEnvironmentId()
Get 环境(命名空间)名称。
|
Long |
getMsgTTL()
Get 未消费消息过期时间,单位:秒,最大1296000(15天)。
|
Long |
getRateInByte()
Get 消费速率限制,单位:byte/秒,0:不限速。
|
Long |
getRateInSize()
Get 消费速率限制,单位:个数/秒,0:不限速。
|
String |
getRemark()
Get 备注。
|
Long |
getReplicas()
Get 副本数。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getRetentionHours()
Get 已消费消息保存策略,单位:小时,0:消费完马上删除。
|
Long |
getRetentionSize()
Get 已消费消息保存策略,单位:G,0:消费完马上删除。
|
void |
setEnvironmentId(String EnvironmentId)
Set 环境(命名空间)名称。
|
void |
setMsgTTL(Long MsgTTL)
Set 未消费消息过期时间,单位:秒,最大1296000(15天)。
|
void |
setRateInByte(Long RateInByte)
Set 消费速率限制,单位:byte/秒,0:不限速。
|
void |
setRateInSize(Long RateInSize)
Set 消费速率限制,单位:个数/秒,0:不限速。
|
void |
setRemark(String Remark)
Set 备注。
|
void |
setReplicas(Long Replicas)
Set 副本数。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setRetentionHours(Long RetentionHours)
Set 已消费消息保存策略,单位:小时,0:消费完马上删除。
|
void |
setRetentionSize(Long RetentionSize)
Set 已消费消息保存策略,单位:G,0:消费完马上删除。
|
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 DescribeEnvironmentAttributesResponse()
public DescribeEnvironmentAttributesResponse(DescribeEnvironmentAttributesResponse source)
public Long getMsgTTL()
public void setMsgTTL(Long MsgTTL)
MsgTTL
- 未消费消息过期时间,单位:秒,最大1296000(15天)。public Long getRateInByte()
public void setRateInByte(Long RateInByte)
RateInByte
- 消费速率限制,单位:byte/秒,0:不限速。public Long getRateInSize()
public void setRateInSize(Long RateInSize)
RateInSize
- 消费速率限制,单位:个数/秒,0:不限速。public Long getRetentionHours()
public void setRetentionHours(Long RetentionHours)
RetentionHours
- 已消费消息保存策略,单位:小时,0:消费完马上删除。public Long getRetentionSize()
public void setRetentionSize(Long RetentionSize)
RetentionSize
- 已消费消息保存策略,单位:G,0:消费完马上删除。public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- 环境(命名空间)名称。public Long getReplicas()
public void setReplicas(Long Replicas)
Replicas
- 副本数。public String getRemark()
public void setRemark(String Remark)
Remark
- 备注。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.