public class QueryString extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryString() |
QueryString(QueryString 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 CacheKey usage via QueryString, valid values:.
|
String |
getSwitch()
Get Whether to use `QueryString` as part of `CacheKey`.
|
String[] |
getValue()
Get Specifies the url parameter array for usage/exclusion.
|
void |
setAction(String Action)
Set CacheKey usage via QueryString, valid values:.
|
void |
setSwitch(String Switch)
Set Whether to use `QueryString` as part of `CacheKey`.
|
void |
setValue(String[] Value)
Set Specifies the url parameter array for usage/exclusion.
|
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 QueryString()
public QueryString(QueryString source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to use `QueryString` as part of `CacheKey`. Values:
public String getAction()
public void setAction(String Action)
Action
- CacheKey usage via QueryString, valid values:.
public String[] getValue()
public void setValue(String[] Value)
Value
- Specifies the url parameter array for usage/exclusion.Copyright © 2025. All rights reserved.