public class CacheInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CacheInfo() | 
| CacheInfo(CacheInfo 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 | getCacheClearDelay()Get Cache cleanup time (hours)
Note: This field may return null, indicating that no valid values can be obtained. | 
| Boolean | getCacheCleared()Get Whether the cache has been cleaned up
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCacheClearTime()Get Cache cleanup schedule time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCacheClearDelay(Long CacheClearDelay)Set Cache cleanup time (hours)
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCacheCleared(Boolean CacheCleared)Set Whether the cache has been cleaned up
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCacheClearTime(String CacheClearTime)Set Cache cleanup schedule time
Note: This field may return null, 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CacheInfo()
public CacheInfo(CacheInfo source)
public Long getCacheClearDelay()
public void setCacheClearDelay(Long CacheClearDelay)
CacheClearDelay - Cache cleanup time (hours)
Note: This field may return null, indicating that no valid values can be obtained.public String getCacheClearTime()
public void setCacheClearTime(String CacheClearTime)
CacheClearTime - Cache cleanup schedule time
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getCacheCleared()
public void setCacheCleared(Boolean CacheCleared)
CacheCleared - Whether the cache has been cleaned up
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.