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 Whether to enable HTTPS.
|
void |
setSwitch(String Switch)
Set Whether to enable HTTPS.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HttpsBilling()
public HttpsBilling(HttpsBilling source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to enable HTTPS. Values:
`on`: When it's enabled, HTTPS requests are allowed and incur charges. If not specified, his field uses the default value `on`.
`off`: When it's disabled, HTTPS requests are blocked.Copyright © 2024. All rights reserved.