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 配置。可选配置项,不填表示不配置。
注意:此字段可能返回 null,表示取不到有效值。 | 
| UpstreamRequestQueryString | getQueryString()Get 查询字符串配置。可选配置项,不填表示不配置。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCookie(UpstreamRequestCookie Cookie)Set Cookie 配置。可选配置项,不填表示不配置。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setQueryString(UpstreamRequestQueryString QueryString)Set 查询字符串配置。可选配置项,不填表示不配置。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 UpstreamRequestParameters()
public UpstreamRequestParameters(UpstreamRequestParameters source)
public UpstreamRequestQueryString getQueryString()
public void setQueryString(UpstreamRequestQueryString QueryString)
QueryString - 查询字符串配置。可选配置项,不填表示不配置。
注意:此字段可能返回 null,表示取不到有效值。public UpstreamRequestCookie getCookie()
public void setCookie(UpstreamRequestCookie Cookie)
Cookie - Cookie 配置。可选配置项,不填表示不配置。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.