public class UpstreamRequestQueryString extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpstreamRequestQueryString() |
UpstreamRequestQueryString(UpstreamRequestQueryString 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 Query string mode.
|
String |
getSwitch()
Get Whether to enable origin-pull request parameter query string.
|
String[] |
getValues()
Get Specifies parameter values.
|
void |
setAction(String Action)
Set Query string mode.
|
void |
setSwitch(String Switch)
Set Whether to enable origin-pull request parameter query string.
|
void |
setValues(String[] Values)
Set Specifies parameter values.
|
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 UpstreamRequestQueryString()
public UpstreamRequestQueryString(UpstreamRequestQueryString source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to enable origin-pull request parameter query string. values:.
public String getAction()
public void setAction(String Action)
Action
- Query string mode. this parameter is required when switch is on. values:.
public String[] getValues()
public void setValues(String[] Values)
Values
- Specifies parameter values. this parameter takes effect only when the query string mode action is `includecustom` or `excludecustom`, and is used to specify the parameters to be reserved or ignored. up to 10 parameters are supported.Copyright © 2025. All rights reserved.