Class HttpsBilling
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.HttpsBilling
-
public class HttpsBilling extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description HttpsBilling()
HttpsBilling(HttpsBilling 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSwitch()
Get HTTPS服务配置开关,取值有: on:开启,缺省时默认开启,会产生计费 off:关闭,拦截https请求void
setSwitch(String Switch)
Set HTTPS服务配置开关,取值有: on:开启,缺省时默认开启,会产生计费 off:关闭,拦截https请求void
toMap(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
-
HttpsBilling
public HttpsBilling()
-
HttpsBilling
public HttpsBilling(HttpsBilling 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服务配置开关,取值有: on:开启,缺省时默认开启,会产生计费 off:关闭,拦截https请求- Returns:
- Switch HTTPS服务配置开关,取值有: on:开启,缺省时默认开启,会产生计费 off:关闭,拦截https请求
-
setSwitch
public void setSwitch(String Switch)
Set HTTPS服务配置开关,取值有: on:开启,缺省时默认开启,会产生计费 off:关闭,拦截https请求- Parameters:
Switch
- HTTPS服务配置开关,取值有: on:开启,缺省时默认开启,会产生计费 off:关闭,拦截https请求
-
-