public class TopicRetentionTimeConfigRsp extends AbstractModel
header, skipSign
Constructor and Description |
---|
TopicRetentionTimeConfigRsp() |
TopicRetentionTimeConfigRsp(TopicRetentionTimeConfigRsp 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 |
---|---|
Long |
getCurrent()
Get 当前值,即当前生效值(可能存在动态调整,单位分钟)
|
Long |
getExpect()
Get 期望值,即用户配置的Topic消息保留时间(单位分钟)
|
Long |
getModTimeStamp()
Get 最近变更时间
|
void |
setCurrent(Long Current)
Set 当前值,即当前生效值(可能存在动态调整,单位分钟)
|
void |
setExpect(Long Expect)
Set 期望值,即用户配置的Topic消息保留时间(单位分钟)
|
void |
setModTimeStamp(Long ModTimeStamp)
Set 最近变更时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TopicRetentionTimeConfigRsp()
public TopicRetentionTimeConfigRsp(TopicRetentionTimeConfigRsp source)
public Long getExpect()
public void setExpect(Long Expect)
Expect
- 期望值,即用户配置的Topic消息保留时间(单位分钟)public Long getCurrent()
public void setCurrent(Long Current)
Current
- 当前值,即当前生效值(可能存在动态调整,单位分钟)public Long getModTimeStamp()
public void setModTimeStamp(Long ModTimeStamp)
ModTimeStamp
- 最近变更时间Copyright © 2025. All rights reserved.