public class TopicRetentionTimeConfigRsp extends AbstractModel
| 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 Current value (min), i.e., the retention time currently in effect, which may be dynamically adjusted
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| Long | getExpect()Get Expected value, i.e., the topic message retention time (min) configured
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| Long | getModTimeStamp()Get Last modified time
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setCurrent(Long Current)Set Current value (min), i.e., the retention time currently in effect, which may be dynamically adjusted
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setExpect(Long Expect)Set Expected value, i.e., the topic message retention time (min) configured
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setModTimeStamp(Long ModTimeStamp)Set Last modified time
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| 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 TopicRetentionTimeConfigRsp()
public TopicRetentionTimeConfigRsp(TopicRetentionTimeConfigRsp source)
public Long getExpect()
public void setExpect(Long Expect)
Expect - Expected value, i.e., the topic message retention time (min) configured
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getCurrent()
public void setCurrent(Long Current)
Current - Current value (min), i.e., the retention time currently in effect, which may be dynamically adjusted
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getModTimeStamp()
public void setModTimeStamp(Long ModTimeStamp)
ModTimeStamp - Last modified time
Note: `null` may be returned for this field, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.