public class QueryStringKey extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryStringKey() |
QueryStringKey(QueryStringKey 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 Whether to include URL parameters.
|
String |
getReorder()
Get Whether to sort again
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getSwitch()
Get Whether to include `QueryString` as part of `CacheKey`.
|
String |
getValue()
Get Array of included/excluded query strings (separated by ';')
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setAction(String Action)
Set Whether to include URL parameters.
|
void |
setReorder(String Reorder)
Set Whether to sort again
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setSwitch(String Switch)
Set Whether to include `QueryString` as part of `CacheKey`.
|
void |
setValue(String Value)
Set Array of included/excluded query strings (separated by ';')
Note: This field may return `null`, indicating that no valid value can be obtained.
|
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 QueryStringKey()
public QueryStringKey(QueryStringKey source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to include `QueryString` as part of `CacheKey`. Values:
`on`: Enable
`off`: Disable
Note: This field may return `null`, indicating that no valid values can be obtained.public String getReorder()
public void setReorder(String Reorder)
Reorder
- Whether to sort again
Note: This field may return `null`, indicating that no valid value can be obtained.public String getAction()
public void setAction(String Action)
Action
- Whether to include URL parameters. Values:
`includeAll`: Include all parameters.
`excludeAll`: Exclude all parameters.
`includeCustom`: Include custom parameters.
`excludeCustom`: Exclude custom parameters.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getValue()
public void setValue(String Value)
Value
- Array of included/excluded query strings (separated by ';')
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.