public class Https extends AbstractModel
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 |
---|---|
ServerCert |
getCertInfo()
Get 服务器证书配置信息。
注意:此字段可能返回 null,表示取不到有效值。
|
ClientCert |
getClientCertInfo()
Get 客户端证书配置信息。
注意:此字段可能返回 null,表示取不到有效值。
|
Hsts |
getHsts()
Get Hsts配置
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getHttp2()
Get 是否开启http2,on或off。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOcspStapling()
Get 是否开启OCSP功能,on或off。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpdy()
Get 是否开启Spdy,on或off。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSslStatus()
Get https证书部署状态,closed,deploying,deployed,failed分别表示已关闭,部署中,部署成功,部署失败。不可作为入参使用。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSwitch()
Get https配置开关,on或off。开启https配置的域名在部署中状态,开关保持off。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVerifyClient()
Get 是否开启客户端证书校验功能,on或off,开启时必选上传客户端证书信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCertInfo(ServerCert CertInfo)
Set 服务器证书配置信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClientCertInfo(ClientCert ClientCertInfo)
Set 客户端证书配置信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHsts(Hsts Hsts)
Set Hsts配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHttp2(String Http2)
Set 是否开启http2,on或off。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOcspStapling(String OcspStapling)
Set 是否开启OCSP功能,on或off。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpdy(String Spdy)
Set 是否开启Spdy,on或off。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSslStatus(String SslStatus)
Set https证书部署状态,closed,deploying,deployed,failed分别表示已关闭,部署中,部署成功,部署失败。不可作为入参使用。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSwitch(String Switch)
Set https配置开关,on或off。开启https配置的域名在部署中状态,开关保持off。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVerifyClient(String VerifyClient)
Set 是否开启客户端证书校验功能,on或off,开启时必选上传客户端证书信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Https()
public Https(Https source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- https配置开关,on或off。开启https配置的域名在部署中状态,开关保持off。
注意:此字段可能返回 null,表示取不到有效值。public String getHttp2()
public void setHttp2(String Http2)
Http2
- 是否开启http2,on或off。
注意:此字段可能返回 null,表示取不到有效值。public String getOcspStapling()
public void setOcspStapling(String OcspStapling)
OcspStapling
- 是否开启OCSP功能,on或off。
注意:此字段可能返回 null,表示取不到有效值。public String getVerifyClient()
public void setVerifyClient(String VerifyClient)
VerifyClient
- 是否开启客户端证书校验功能,on或off,开启时必选上传客户端证书信息。
注意:此字段可能返回 null,表示取不到有效值。public ServerCert getCertInfo()
public void setCertInfo(ServerCert CertInfo)
CertInfo
- 服务器证书配置信息。
注意:此字段可能返回 null,表示取不到有效值。public ClientCert getClientCertInfo()
public void setClientCertInfo(ClientCert ClientCertInfo)
ClientCertInfo
- 客户端证书配置信息。
注意:此字段可能返回 null,表示取不到有效值。public String getSpdy()
public void setSpdy(String Spdy)
Spdy
- 是否开启Spdy,on或off。
注意:此字段可能返回 null,表示取不到有效值。public String getSslStatus()
public void setSslStatus(String SslStatus)
SslStatus
- https证书部署状态,closed,deploying,deployed,failed分别表示已关闭,部署中,部署成功,部署失败。不可作为入参使用。
注意:此字段可能返回 null,表示取不到有效值。public Hsts getHsts()
public void setHsts(Hsts Hsts)
Hsts
- Hsts配置
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.