public class OriginPullProtocolParameters extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OriginPullProtocolParameters() | 
| OriginPullProtocolParameters(OriginPullProtocolParameters 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 | getProtocol()Get 回源协议配置,取值有:
http:使用 HTTP 协议回源;
https:使用 HTTPS 协议回源;
follow:协议跟随。 | 
| void | setProtocol(String Protocol)Set 回源协议配置,取值有:
http:使用 HTTP 协议回源;
https:使用 HTTPS 协议回源;
follow:协议跟随。 | 
| 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 OriginPullProtocolParameters()
public OriginPullProtocolParameters(OriginPullProtocolParameters source)
public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 回源协议配置,取值有:
Copyright © 2025. All rights reserved.