public class DescribeCertificateVerifyResultRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCertificateVerifyResultRequest() | 
| DescribeCertificateVerifyResultRequest(DescribeCertificateVerifyResultRequest 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 | getCertID()Get When CertType is 2, this parameter must be filled, indicating the certificate ID hosted on Tencent Cloud's SSL platform | 
| String | getCertificate()Get When CertType is 1, this parameter is required, indicating the self-owned certificate chain | 
| Long | getCertType()Get Certificate type. | 
| String | getDomain()Get Domain name | 
| String | getGmCert()Get When GmCertType is 1, this parameter needs to be set, indicating the certificate chain of the self-owned SM certificate. | 
| Long | getGmCertType()Get SM certificate type. | 
| String | getGmEncCert()Get When GmCertType is 1, this parameter needs to be set, indicating the encryption certificate of the self-owned SM certificate. | 
| String | getGmEncPrivateKey()Get When GmCertType is 1, this parameter needs to be set, indicating the private key of the encryption certificate for the self-owned SM certificate. | 
| String | getGmPrivateKey()Get When GmCertType is 1, this parameter needs to be set, indicating the private key of the self-owned SM certificate. | 
| String | getGmSSLId()Get When GmCertType is 2, this parameter needs to be set, indicating the ID of the certificate managed by the Tencent Cloud SSL platform. | 
| String | getPrivateKey()Get When CertType=1, this parameter is required, indicating the private key of the self-owned certificate. | 
| void | setCertID(String CertID)Set When CertType is 2, this parameter must be filled, indicating the certificate ID hosted on Tencent Cloud's SSL platform | 
| void | setCertificate(String Certificate)Set When CertType is 1, this parameter is required, indicating the self-owned certificate chain | 
| void | setCertType(Long CertType)Set Certificate type. | 
| void | setDomain(String Domain)Set Domain name | 
| void | setGmCert(String GmCert)Set When GmCertType is 1, this parameter needs to be set, indicating the certificate chain of the self-owned SM certificate. | 
| void | setGmCertType(Long GmCertType)Set SM certificate type. | 
| void | setGmEncCert(String GmEncCert)Set When GmCertType is 1, this parameter needs to be set, indicating the encryption certificate of the self-owned SM certificate. | 
| void | setGmEncPrivateKey(String GmEncPrivateKey)Set When GmCertType is 1, this parameter needs to be set, indicating the private key of the encryption certificate for the self-owned SM certificate. | 
| void | setGmPrivateKey(String GmPrivateKey)Set When GmCertType is 1, this parameter needs to be set, indicating the private key of the self-owned SM certificate. | 
| void | setGmSSLId(String GmSSLId)Set When GmCertType is 2, this parameter needs to be set, indicating the ID of the certificate managed by the Tencent Cloud SSL platform. | 
| void | setPrivateKey(String PrivateKey)Set When CertType=1, this parameter is required, indicating the private key of the self-owned certificate. | 
| 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 DescribeCertificateVerifyResultRequest()
public DescribeCertificateVerifyResultRequest(DescribeCertificateVerifyResultRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - Domain namepublic Long getCertType()
public void setCertType(Long CertType)
CertType - Certificate type. 0: Do not check international standard certificates; 1: The certificate is a self-owned certificate; 2: The certificate is a managed certificate.public String getCertificate()
public void setCertificate(String Certificate)
Certificate - When CertType is 1, this parameter is required, indicating the self-owned certificate chainpublic String getCertID()
public void setCertID(String CertID)
CertID - When CertType is 2, this parameter must be filled, indicating the certificate ID hosted on Tencent Cloud's SSL platformpublic String getPrivateKey()
public void setPrivateKey(String PrivateKey)
PrivateKey - When CertType=1, this parameter is required, indicating the private key of the self-owned certificate.public Long getGmCertType()
public void setGmCertType(Long GmCertType)
GmCertType - SM certificate type. 0: Do not check SM certificates; 1: The certificate is a self-owned SM certificate; 2: The certificate is a managed SM certificate.public String getGmCert()
public void setGmCert(String GmCert)
GmCert - When GmCertType is 1, this parameter needs to be set, indicating the certificate chain of the self-owned SM certificate.public String getGmPrivateKey()
public void setGmPrivateKey(String GmPrivateKey)
GmPrivateKey - When GmCertType is 1, this parameter needs to be set, indicating the private key of the self-owned SM certificate.public String getGmEncCert()
public void setGmEncCert(String GmEncCert)
GmEncCert - When GmCertType is 1, this parameter needs to be set, indicating the encryption certificate of the self-owned SM certificate.public String getGmEncPrivateKey()
public void setGmEncPrivateKey(String GmEncPrivateKey)
GmEncPrivateKey - When GmCertType is 1, this parameter needs to be set, indicating the private key of the encryption certificate for the self-owned SM certificate.public String getGmSSLId()
public void setGmSSLId(String GmSSLId)
GmSSLId - When GmCertType is 2, this parameter needs to be set, indicating the ID of the certificate managed by the Tencent Cloud SSL platform.Copyright © 2025. All rights reserved.