public class Https extends AbstractModel
| 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 | 
|---|---|
| String | getApplyType()Get Whether the certificate is managed by EdgeOne. | 
| ServerCertInfo[] | getCertInfo()Get The certificate configuration. | 
| Hsts | getHsts()Get HSTS Configuration
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getHttp2()Get Whether to enable HTTP2. | 
| String | getOcspStapling()Get Whether to enable OCSP. | 
| String[] | getTlsVersion()Get TLS version. | 
| void | setApplyType(String ApplyType)Set Whether the certificate is managed by EdgeOne. | 
| void | setCertInfo(ServerCertInfo[] CertInfo)Set The certificate configuration. | 
| void | setHsts(Hsts Hsts)Set HSTS Configuration
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setHttp2(String Http2)Set Whether to enable HTTP2. | 
| void | setOcspStapling(String OcspStapling)Set Whether to enable OCSP. | 
| void | setTlsVersion(String[] TlsVersion)Set TLS version. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Https()
public Https(Https source)
public String getHttp2()
public void setHttp2(String Http2)
Http2 - Whether to enable HTTP2. Values:
public String getOcspStapling()
public void setOcspStapling(String OcspStapling)
OcspStapling - Whether to enable OCSP. Values:
public String[] getTlsVersion()
public void setTlsVersion(String[] TlsVersion)
TlsVersion - TLS version. Values:
public Hsts getHsts()
public void setHsts(Hsts Hsts)
Hsts - HSTS Configuration
Note: This field may return null, indicating that no valid values can be obtained.public ServerCertInfo[] getCertInfo()
public void setCertInfo(ServerCertInfo[] CertInfo)
CertInfo - The certificate configuration.
Note: This field may return null, indicating that no valid values can be obtained.public String getApplyType()
public void setApplyType(String ApplyType)
ApplyType - Whether the certificate is managed by EdgeOne. Values:
Copyright © 2023. All rights reserved.