public class CacheKeyConfigParameters extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CacheKeyConfigParameters()  | 
CacheKeyConfigParameters(CacheKeyConfigParameters 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 | 
|---|---|
String | 
getFullURLCache()
Get Whether to enable full-path cache. 
 | 
String | 
getIgnoreCase()
Get Whether to ignore case in the cache key. 
 | 
CacheKeyQueryString | 
getQueryString()
Get Query string retention configuration parameter. 
 | 
void | 
setFullURLCache(String FullURLCache)
Set Whether to enable full-path cache. 
 | 
void | 
setIgnoreCase(String IgnoreCase)
Set Whether to ignore case in the cache key. 
 | 
void | 
setQueryString(CacheKeyQueryString QueryString)
Set Query string retention configuration parameter. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CacheKeyConfigParameters()
public CacheKeyConfigParameters(CacheKeyConfigParameters source)
public String getFullURLCache()
public void setFullURLCache(String FullURLCache)
FullURLCache - Whether to enable full-path cache. values:.
public String getIgnoreCase()
public void setIgnoreCase(String IgnoreCase)
IgnoreCase - Whether to ignore case in the cache key. values:.
public CacheKeyQueryString getQueryString()
public void setQueryString(CacheKeyQueryString QueryString)
QueryString - Query string retention configuration parameter. this field and fullurlcache must be set simultaneously, but cannot both be `on`.Copyright © 2025. All rights reserved.