public class Certificate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Certificate() | 
| Certificate(Certificate 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 | getCertCaId()Get Root certificate id. | 
| String | getCertId()Get The certificate ID. | 
| String[] | getDnsNames()Get The list of domains bound to the certificate. | 
| String | getSSLMode()Get Certificate authentication mode: unidirectional one-way authentication, mutual mutual authentication. | 
| void | setCertCaId(String CertCaId)Set Root certificate id. | 
| void | setCertId(String CertId)Set The certificate ID. | 
| void | setDnsNames(String[] DnsNames)Set The list of domains bound to the certificate. | 
| void | setSSLMode(String SSLMode)Set Certificate authentication mode: unidirectional one-way authentication, mutual mutual authentication. | 
| 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 Certificate()
public Certificate(Certificate source)
public String getCertId()
public void setCertId(String CertId)
CertId - The certificate ID.public String[] getDnsNames()
public void setDnsNames(String[] DnsNames)
DnsNames - The list of domains bound to the certificate.public String getCertCaId()
public void setCertCaId(String CertCaId)
CertCaId - Root certificate id.public String getSSLMode()
public void setSSLMode(String SSLMode)
SSLMode - Certificate authentication mode: unidirectional one-way authentication, mutual mutual authentication.Copyright © 2025. All rights reserved.