public class Https extends AbstractModel
header, skipSign| Constructor and Description |
|---|
Https() |
Https(Https 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 |
|---|---|
CDNCertInfo |
getCertInfo()
Get Server certificate configuration information
|
String |
getHttp2()
Get http2 configuration switch, value: on: on; off: off.
|
String |
getSwitch()
Get https configuration switch, value: on: on; off: off.
|
void |
setCertInfo(CDNCertInfo CertInfo)
Set Server certificate configuration information
|
void |
setHttp2(String Http2)
Set http2 configuration switch, value: on: on; off: off.
|
void |
setSwitch(String Switch)
Set https configuration switch, value: on: on; off: off.
|
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, toJsonStringpublic Https()
public Https(Https source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - https configuration switch, value: public String getHttp2()
public void setHttp2(String Http2)
Http2 - http2 configuration switch, value: public CDNCertInfo getCertInfo()
public void setCertInfo(CDNCertInfo CertInfo)
CertInfo - Server certificate configuration informationCopyright © 2024. All rights reserved.