public class CacheKeyQueryString extends AbstractModel
header, skipSign
Constructor and Description |
---|
CacheKeyQueryString() |
CacheKeyQueryString(CacheKeyQueryString 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 |
getAction()
Get Actions to retain/ignore specified parameters in the query string.
|
String |
getSwitch()
Get Query string retain/ignore specified parameter switch.
|
String[] |
getValues()
Get List of parameter names to be retained/ignored in the query string.
|
void |
setAction(String Action)
Set Actions to retain/ignore specified parameters in the query string.
|
void |
setSwitch(String Switch)
Set Query string retain/ignore specified parameter switch.
|
void |
setValues(String[] Values)
Set List of parameter names to be retained/ignored in the query string.
|
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 CacheKeyQueryString()
public CacheKeyQueryString(CacheKeyQueryString source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Query string retain/ignore specified parameter switch. valid values are:.
public String getAction()
public void setAction(String Action)
Action
- Actions to retain/ignore specified parameters in the query string. values:.
public String[] getValues()
public void setValues(String[] Values)
Values
- List of parameter names to be retained/ignored in the query string. Copyright © 2025. All rights reserved.