Class OriginSni
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.OriginSni
-
public class OriginSni extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServerName()Get 回源域名。 注意:此字段可能返回 null,表示取不到有效值。StringgetSwitch()Get 是否开启HTTPS回源SNI。 开启:on, 关闭:offvoidsetServerName(String ServerName)Set 回源域名。 注意:此字段可能返回 null,表示取不到有效值。voidsetSwitch(String Switch)Set 是否开启HTTPS回源SNI。 开启:on, 关闭:offvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OriginSni
public OriginSni()
-
OriginSni
public OriginSni(OriginSni 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.
-
-
Method Detail
-
getSwitch
public String getSwitch()
Get 是否开启HTTPS回源SNI。 开启:on, 关闭:off- Returns:
- Switch 是否开启HTTPS回源SNI。 开启:on, 关闭:off
-
setSwitch
public void setSwitch(String Switch)
Set 是否开启HTTPS回源SNI。 开启:on, 关闭:off- Parameters:
Switch- 是否开启HTTPS回源SNI。 开启:on, 关闭:off
-
getServerName
public String getServerName()
Get 回源域名。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ServerName 回源域名。 注意:此字段可能返回 null,表示取不到有效值。
-
setServerName
public void setServerName(String ServerName)
Set 回源域名。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ServerName- 回源域名。 注意:此字段可能返回 null,表示取不到有效值。
-
-