public class HostCertSetting extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
HostCertSetting()  | 
HostCertSetting(HostCertSetting 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 | 
|---|---|
ServerCertInfo[] | 
getCertInfo()
Get Server certificate configuration
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getHost()
Get Domain name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setCertInfo(ServerCertInfo[] CertInfo)
Set Server certificate configuration
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setHost(String Host)
Set Domain name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
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 HostCertSetting()
public HostCertSetting(HostCertSetting source)
public String getHost()
public void setHost(String Host)
Host - Domain name
Note: This field may return `null`, indicating that no valid value can be obtained.public ServerCertInfo[] getCertInfo()
public void setCertInfo(ServerCertInfo[] CertInfo)
CertInfo - Server certificate configuration
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.