public class Origin extends AbstractModel
Constructor and Description |
---|
Origin() |
Origin(Origin 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 |
getOriginPullProtocol()
Get 回源协议配置
http:强制 http 回源
follow:协议跟随回源
https:强制 https 回源,https 回源时仅支持源站 443 端口
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOriginPullProtocol(String OriginPullProtocol)
Set 回源协议配置
http:强制 http 回源
follow:协议跟随回源
https:强制 https 回源,https 回源时仅支持源站 443 端口
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Origin()
public Origin(Origin source)
public String getOriginPullProtocol()
public void setOriginPullProtocol(String OriginPullProtocol)
OriginPullProtocol
- 回源协议配置
http:强制 http 回源
follow:协议跟随回源
https:强制 https 回源,https 回源时仅支持源站 443 端口
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.