public class CacheKeyParameters extends AbstractModel
header, skipSign
Constructor and Description |
---|
CacheKeyParameters() |
CacheKeyParameters(CacheKeyParameters 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 |
---|---|
CacheKeyCookie |
getCookie()
Get Cookie configuration parameters.
|
String |
getFullURLCache()
Get Switch for retaining the complete query string.
|
CacheKeyHeader |
getHeader()
Get HTTP request header configuration parameters.
|
String |
getIgnoreCase()
Get Switch for ignoring case.
|
CacheKeyQueryString |
getQueryString()
Get Configuration parameter for retaining the query string.
|
String |
getScheme()
Get Request protocol switch.
|
void |
setCookie(CacheKeyCookie Cookie)
Set Cookie configuration parameters.
|
void |
setFullURLCache(String FullURLCache)
Set Switch for retaining the complete query string.
|
void |
setHeader(CacheKeyHeader Header)
Set HTTP request header configuration parameters.
|
void |
setIgnoreCase(String IgnoreCase)
Set Switch for ignoring case.
|
void |
setQueryString(CacheKeyQueryString QueryString)
Set Configuration parameter for retaining the query string.
|
void |
setScheme(String Scheme)
Set Request protocol 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 CacheKeyParameters()
public CacheKeyParameters(CacheKeyParameters source)
public String getFullURLCache()
public void setFullURLCache(String FullURLCache)
FullURLCache
- Switch for retaining the complete query string. values:.
public CacheKeyQueryString getQueryString()
public void setQueryString(CacheKeyQueryString QueryString)
QueryString
- Configuration parameter for retaining the query string. this field and fullurlcache must be set simultaneously, but cannot both be on.
Note: this field may return null, which indicates a failure to obtain a valid value.public String getIgnoreCase()
public void setIgnoreCase(String IgnoreCase)
IgnoreCase
- Switch for ignoring case. values:.
public CacheKeyHeader getHeader()
public void setHeader(CacheKeyHeader Header)
Header
- HTTP request header configuration parameters. at least one of the following configurations must be set: fullurlcache, ignorecase, header, scheme, cookie.
Note: this field may return null, which indicates a failure to obtain a valid value.public String getScheme()
public void setScheme(String Scheme)
Scheme
- Request protocol switch. valid values:.
public CacheKeyCookie getCookie()
public void setCookie(CacheKeyCookie Cookie)
Cookie
- Cookie configuration parameters. at least one of the following configurations must be set: fullurlcache, ignorecase, header, scheme, cookie.
Note: this field may return null, which indicates a failure to obtain a valid value.Copyright © 2025. All rights reserved.