public class RuleQueryString extends AbstractModel
| Constructor and Description | 
|---|
| RuleQueryString() | 
| RuleQueryString(RuleQueryString 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 `includeCustom` will retain partial query strings
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| String | getSwitch()Get Whether to use `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 `includeCustom` will retain partial query strings
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setSwitch(String Switch)Set Whether to use `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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic RuleQueryString()
public RuleQueryString(RuleQueryString source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Whether to use `QueryString` as part of `CacheKey`. Valid values: on, off
Note: This field may return `null`, indicating that no valid value can be obtained.public String getAction()
public void setAction(String Action)
Action - `includeCustom` will retain partial query strings
Note: This field may return `null`, indicating that no valid value 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 © 2022. All rights reserved.