public class Certificates extends AbstractModel
| Constructor and Description | 
|---|
| Certificates() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAlias()Get Alias. | 
| String[] | getBoundResource()Get Associated Tencent Cloud services. | 
| String | getCertBeginTime()Get Time when the certificate takes effect. | 
| String | getCertEndTime()Get Time when the certificate expires. | 
| CertificateExtra | getCertificateExtra()Get Extended information of the certificate. | 
| String | getCertificateId()Get Certificate ID. | 
| String | getCertificateType()Get Certificate type. | 
| Boolean | getDeployable()Get Whether the certificate can be deployed. | 
| String | getDomain()Get Primary domain name. | 
| String | getFrom()Get Certificate source. | 
| String | getInsertTime()Get Creation time. | 
| Boolean | getIsDv()Get Whether the certificate is a DV certificate. | 
| Boolean | getIsVip()Get Whether the customer is a VIP customer. | 
| Boolean | getIsVulnerability()Get Whether the vulnerability scanning feature is enabled. | 
| Boolean | getIsWildcard()Get Whether the certificate is a wildcard certificate. | 
| String | getOwnerUin()Get User UIN. | 
| String | getPackageType()Get Certificate package type. | 
| String | getPackageTypeName()Get Certificate type name. | 
| String | getProductZhName()Get Issuer. | 
| String | getProjectId()Get Project ID. | 
| ProjectInfo | getProjectInfo()Get Project information. | 
| Boolean | getRenewAble()Get Whether the certificate can be reissued. | 
| Long | getStatus()Get Status value. | 
| String | getStatusMsg()Get Status information. | 
| String | getStatusName()Get Status description. | 
| String[] | getSubjectAltName()Get Domain names associated with the certificate (including the primary domain name). | 
| String | getValidityPeriod()Get Validity period of the certificate (unit: month). | 
| String | getVerifyType()Get Verification type. | 
| String | getVulnerabilityStatus()Get Vulnerability scanning status. | 
| void | setAlias(String Alias)Set Alias. | 
| void | setBoundResource(String[] BoundResource)Set Associated Tencent Cloud services. | 
| void | setCertBeginTime(String CertBeginTime)Set Time when the certificate takes effect. | 
| void | setCertEndTime(String CertEndTime)Set Time when the certificate expires. | 
| void | setCertificateExtra(CertificateExtra CertificateExtra)Set Extended information of the certificate. | 
| void | setCertificateId(String CertificateId)Set Certificate ID. | 
| void | setCertificateType(String CertificateType)Set Certificate type. | 
| void | setDeployable(Boolean Deployable)Set Whether the certificate can be deployed. | 
| void | setDomain(String Domain)Set Primary domain name. | 
| void | setFrom(String From)Set Certificate source. | 
| void | setInsertTime(String InsertTime)Set Creation time. | 
| void | setIsDv(Boolean IsDv)Set Whether the certificate is a DV certificate. | 
| void | setIsVip(Boolean IsVip)Set Whether the customer is a VIP customer. | 
| void | setIsVulnerability(Boolean IsVulnerability)Set Whether the vulnerability scanning feature is enabled. | 
| void | setIsWildcard(Boolean IsWildcard)Set Whether the certificate is a wildcard certificate. | 
| void | setOwnerUin(String OwnerUin)Set User UIN. | 
| void | setPackageType(String PackageType)Set Certificate package type. | 
| void | setPackageTypeName(String PackageTypeName)Set Certificate type name. | 
| void | setProductZhName(String ProductZhName)Set Issuer. | 
| void | setProjectId(String ProjectId)Set Project ID. | 
| void | setProjectInfo(ProjectInfo ProjectInfo)Set Project information. | 
| void | setRenewAble(Boolean RenewAble)Set Whether the certificate can be reissued. | 
| void | setStatus(Long Status)Set Status value. | 
| void | setStatusMsg(String StatusMsg)Set Status information. | 
| void | setStatusName(String StatusName)Set Status description. | 
| void | setSubjectAltName(String[] SubjectAltName)Set Domain names associated with the certificate (including the primary domain name). | 
| void | setValidityPeriod(String ValidityPeriod)Set Validity period of the certificate (unit: month). | 
| void | setVerifyType(String VerifyType)Set Verification type. | 
| void | setVulnerabilityStatus(String VulnerabilityStatus)Set Vulnerability scanning status. | 
| 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 String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin - User UIN.
Note: this field may return null, indicating that no valid values can be obtained.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getFrom()
public void setFrom(String From)
From - Certificate source.
Note: this field may return null, indicating that no valid values can be obtained.public String getPackageType()
public void setPackageType(String PackageType)
PackageType - Certificate package type. 1: GeoTrust DV SSL CA - G3; 2: TrustAsia TLS RSA CA; 3: Secure Site EV Pro; 4: Secure Site EV; 5: Secure Site OV Pro; 6: Secure Site OV; 7: Secure Site OV wildcard SSL certificate; 8: GeoTrust EV; 9: GeoTrust OV; 10: GeoTrust OV wildcard SSL certificate; 11: TrustAsia DV multi-domain SSL certificate; 12: TrustAsia DV wildcard SSL certificate; 13: TrustAsia OV wildcard SSL certificate (D3); 14: TrustAsia OV SSL certificate (D3); 15: TrustAsia OV multi-domain SSL certificate (D3); 16: TrustAsia EV SSL certificate (D3); 17: TrustAsia EV multi-domain SSL certificate (D3); 18: GlobalSign OV SSL certificate; 19: GlobalSign OV wildcard SSL certificate; 20: GlobalSign EV SSL certificate; 21: TrustAsia OV multi-domain wildcard SSL certificate (D3); 22: GlobalSign OV multi-domain SSL certificate; 23: GlobalSign OV multi-domain wildcard SSL certificate; 24: GlobalSign EV multi-domain SSL certificate.
Note: this field may return null, indicating that no valid values can be obtained.public String getCertificateType()
public void setCertificateType(String CertificateType)
CertificateType - Certificate type. CA: client certificate; SVR: server certificate.
Note: this field may return null, indicating that no valid values can be obtained.public String getProductZhName()
public void setProductZhName(String ProductZhName)
ProductZhName - Issuer.
Note: this field may return null, indicating that no valid values can be obtained.public String getDomain()
public void setDomain(String Domain)
Domain - Primary domain name.
Note: this field may return null, indicating that no valid values can be obtained.public String getAlias()
public void setAlias(String Alias)
Alias - Alias.
Note: this field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - Status value. 0: being reviewed; 1: approved; 2: not approved; 3: expired; 4: DNS resolution record added; 5: OV/EV certificate, information to be submitted; 6: order being canceled; 7: cancelled; 8: information submitted, confirmation letter to be uploaded.
Note: this field may return null, indicating that no valid values can be obtained.public CertificateExtra getCertificateExtra()
public void setCertificateExtra(CertificateExtra CertificateExtra)
CertificateExtra - Extended information of the certificate.
Note: this field may return null, indicating that no valid values can be obtained.public String getVulnerabilityStatus()
public void setVulnerabilityStatus(String VulnerabilityStatus)
VulnerabilityStatus - Vulnerability scanning status. INACTIVE: not activated; ACTIVE: activated.
Note: this field may return null, indicating that no valid values can be obtained.public String getStatusMsg()
public void setStatusMsg(String StatusMsg)
StatusMsg - Status information.
Note: this field may return null, indicating that no valid values can be obtained.public String getVerifyType()
public void setVerifyType(String VerifyType)
VerifyType - Verification type. DNS_AUTO: automatic DNS verification; DNS: manual DNS verification; FILE: verification by file; EMAIL: verification by email.
Note: this field may return null, indicating that no valid values can be obtained.public String getCertBeginTime()
public void setCertBeginTime(String CertBeginTime)
CertBeginTime - Time when the certificate takes effect.
Note: this field may return null, indicating that no valid values can be obtained.public String getCertEndTime()
public void setCertEndTime(String CertEndTime)
CertEndTime - Time when the certificate expires.
Note: this field may return null, indicating that no valid values can be obtained.public String getValidityPeriod()
public void setValidityPeriod(String ValidityPeriod)
ValidityPeriod - Validity period of the certificate (unit: month).
Note: this field may return null, indicating that no valid values can be obtained.public String getInsertTime()
public void setInsertTime(String InsertTime)
InsertTime - Creation time.
Note: this field may return null, indicating that no valid values can be obtained.public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId - Certificate ID.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getSubjectAltName()
public void setSubjectAltName(String[] SubjectAltName)
SubjectAltName - Domain names associated with the certificate (including the primary domain name).
Note: this field may return null, indicating that no valid values can be obtained.public String getPackageTypeName()
public void setPackageTypeName(String PackageTypeName)
PackageTypeName - Certificate type name.
Note: this field may return null, indicating that no valid values can be obtained.public String getStatusName()
public void setStatusName(String StatusName)
StatusName - Status description.
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getIsVip()
public void setIsVip(Boolean IsVip)
IsVip - Whether the customer is a VIP customer.
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getIsDv()
public void setIsDv(Boolean IsDv)
IsDv - Whether the certificate is a DV certificate.
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getIsWildcard()
public void setIsWildcard(Boolean IsWildcard)
IsWildcard - Whether the certificate is a wildcard certificate.
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getIsVulnerability()
public void setIsVulnerability(Boolean IsVulnerability)
IsVulnerability - Whether the vulnerability scanning feature is enabled.
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getRenewAble()
public void setRenewAble(Boolean RenewAble)
RenewAble - Whether the certificate can be reissued.
Note: this field may return null, indicating that no valid values can be obtained.public ProjectInfo getProjectInfo()
public void setProjectInfo(ProjectInfo ProjectInfo)
ProjectInfo - Project information.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getBoundResource()
public void setBoundResource(String[] BoundResource)
BoundResource - Associated Tencent Cloud services. Currently, this parameter is unavailable.
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getDeployable()
public void setDeployable(Boolean Deployable)
Deployable - Whether the certificate can be deployed.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.