public class UpstreamRequestCookie extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpstreamRequestCookie() | 
| UpstreamRequestCookie(UpstreamRequestCookie 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 Origin-Pull request parameter cookie mode. | 
| String | getSwitch()Get Whether to enable the origin-pull request parameter cookie. | 
| String[] | getValues()Get Specifies parameter values. | 
| void | setAction(String Action)Set Origin-Pull request parameter cookie mode. | 
| void | setSwitch(String Switch)Set Whether to enable the origin-pull request parameter cookie. | 
| 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpstreamRequestCookie()
public UpstreamRequestCookie(UpstreamRequestCookie source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Whether to enable the origin-pull request parameter cookie. valid values:.
public String getAction()
public void setAction(String Action)
Action - Origin-Pull request parameter cookie mode. this parameter is required when `switch` is on. valid values are:.
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.