public class HeuristicCacheConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
HeuristicCacheConfig() |
HeuristicCacheConfig(HeuristicCacheConfig 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 |
getHeuristicCacheTime()
Get Unit: seconds.
|
String |
getHeuristicCacheTimeSwitch()
Get Heuristic custom time cache configuration switch, the values u200bu200bare: on: on; off: off.
|
void |
setHeuristicCacheTime(Long HeuristicCacheTime)
Set Unit: seconds.
|
void |
setHeuristicCacheTimeSwitch(String HeuristicCacheTimeSwitch)
Set Heuristic custom time cache configuration switch, the values u200bu200bare: on: on; off: off.
|
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, toJsonString
public HeuristicCacheConfig()
public HeuristicCacheConfig(HeuristicCacheConfig source)
public String getHeuristicCacheTimeSwitch()
public void setHeuristicCacheTimeSwitch(String HeuristicCacheTimeSwitch)
HeuristicCacheTimeSwitch
- Heuristic custom time cache configuration switch, the values u200bu200bare: public Long getHeuristicCacheTime()
public void setHeuristicCacheTime(Long HeuristicCacheTime)
HeuristicCacheTime
- Unit: seconds.Copyright © 2024. All rights reserved.