public class CertificateOutput extends AbstractModel
| Constructor and Description | 
|---|
| CertificateOutput() | 
| CertificateOutput(CertificateOutput 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 Client certificate ID. | 
| String | getCertId()Get Server certificate ID. | 
| String | getSSLMode()Get Authentication type. | 
| void | setCertCaId(String CertCaId)Set Client certificate ID. | 
| void | setCertId(String CertId)Set Server certificate ID. | 
| void | setSSLMode(String SSLMode)Set Authentication type. | 
| 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 CertificateOutput()
public CertificateOutput(CertificateOutput source)
public String getSSLMode()
public void setSSLMode(String SSLMode)
SSLMode - Authentication type. Value range: UNIDIRECTIONAL (unidirectional authentication), MUTUAL (mutual authentication)public String getCertId()
public void setCertId(String CertId)
CertId - Server certificate ID.public String getCertCaId()
public void setCertCaId(String CertCaId)
CertCaId - Client certificate ID.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.