public class UpstreamRequestParameters extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpstreamRequestParameters() | 
| UpstreamRequestParameters(UpstreamRequestParameters 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 | 
|---|---|
| UpstreamRequestCookie | getCookie()Get Cookie configuration. | 
| UpstreamRequestQueryString | getQueryString()Get Query string configuration. | 
| void | setCookie(UpstreamRequestCookie Cookie)Set Cookie configuration. | 
| void | setQueryString(UpstreamRequestQueryString QueryString)Set Query string configuration. | 
| 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, toJsonStringpublic UpstreamRequestParameters()
public UpstreamRequestParameters(UpstreamRequestParameters source)
public UpstreamRequestQueryString getQueryString()
public void setQueryString(UpstreamRequestQueryString QueryString)
QueryString - Query string configuration. optional. if not provided, it will not be configured.
Note: this field may return null, which indicates a failure to obtain a valid value.public UpstreamRequestCookie getCookie()
public void setCookie(UpstreamRequestCookie Cookie)
Cookie - Cookie configuration. optional. if not provided, it will not be configured.
Note: this field may return null, which indicates a failure to obtain a valid value.Copyright © 2025. All rights reserved.