public class CacheConfigCustomTime extends AbstractModel
header, skipSign
Constructor and Description |
---|
CacheConfigCustomTime() |
CacheConfigCustomTime(CacheConfigCustomTime 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 |
getCacheTime()
Get Custom cache time value, unit: seconds.
|
String |
getSwitch()
Get Custom cache time switch.
|
void |
setCacheTime(Long CacheTime)
Set Custom cache time value, unit: seconds.
|
void |
setSwitch(String Switch)
Set Custom cache time switch.
|
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 CacheConfigCustomTime()
public CacheConfigCustomTime(CacheConfigCustomTime source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Custom cache time switch. values:.
public Long getCacheTime()
public void setCacheTime(Long CacheTime)
CacheTime
- Custom cache time value, unit: seconds. value range: 0-315360000.Copyright © 2025. All rights reserved.