public class HttpsBilling extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HttpsBilling()
public HttpsBilling(HttpsBilling source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - HTTPS服务配置开关,取值有:
on:开启,缺省时默认开启,会产生计费
off:关闭,拦截https请求Copyright © 2025. All rights reserved.