public class CertificateOutput extends AbstractModel
Constructor and Description |
---|
CertificateOutput() |
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, toJsonString
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 © 2020. All rights reserved.