public class CacheConfigParameters extends AbstractModel
header, skipSign
Constructor and Description |
---|
CacheConfigParameters() |
CacheConfigParameters(CacheConfigParameters 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 |
---|---|
CacheConfigCustomTime |
getCustomTime()
Get Custom cache time configuration.
|
FollowOrigin |
getFollowOrigin()
Get Follow origin server cache configuration.
|
NoCache |
getNoCache()
Get No cache configuration.
|
void |
setCustomTime(CacheConfigCustomTime CustomTime)
Set Custom cache time configuration.
|
void |
setFollowOrigin(FollowOrigin FollowOrigin)
Set Follow origin server cache configuration.
|
void |
setNoCache(NoCache NoCache)
Set No cache configuration.
|
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 CacheConfigParameters()
public CacheConfigParameters(CacheConfigParameters source)
public FollowOrigin getFollowOrigin()
public void setFollowOrigin(FollowOrigin FollowOrigin)
FollowOrigin
- Follow origin server cache configuration. only one of followorigin, nocache, customtime can have switch set to on.
Note: this field may return null, which indicates a failure to obtain a valid value.public NoCache getNoCache()
public void setNoCache(NoCache NoCache)
NoCache
- No cache configuration. only one of followorigin, nocache, customtime can have switch set to on.
Note: this field may return null, which indicates a failure to obtain a valid value.public CacheConfigCustomTime getCustomTime()
public void setCustomTime(CacheConfigCustomTime CustomTime)
CustomTime
- Custom cache time configuration. only one of followorigin, nocache, customtime can have switch set to on.
Note: this field may return null, which indicates a failure to obtain a valid value.Copyright © 2025. All rights reserved.