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 The root certificate ID.
|
String |
getCertId()
Get The certificate ID.
|
String[] |
getDnsNames()
Get The list of domains bound to the certificate.
|
String |
getSSLMode()
Get The authentication type.
|
void |
setCertCaId(String CertCaId)
Set The 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 The authentication type.
|
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, toJsonString
public 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
- The root certificate ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getSSLMode()
public void setSSLMode(String SSLMode)
SSLMode
- The authentication type. Valid values: `UNIDIRECTIONAL` (one-way authentication) and `MUTUAL` (two-way authentication).
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.