public class DescribeCertificateResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCertificateResponse() |
DescribeCertificateResponse(DescribeCertificateResponse 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 |
getAlias()
Get Alias
Note: this field may return null, indicating that no valid values can be obtained.
|
String[] |
getCACommonNames()
Get All common names of the ca certificate.
|
String[] |
getCAEncryptAlgorithms()
Get All encryption methods of the ca certificate.
|
String[] |
getCAEndTimes()
Get All expiration times of the ca certificate.
|
String |
getCertBeginTime()
Get Time when the certificate takes effect
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getCertEndTime()
Get Time when the certificate expires
Note: this field may return null, indicating that no valid values can be obtained.
|
CertificateExtra |
getCertificateExtra()
Get Extended information of the certificate
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getCertificateId()
Get Certificate ID
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getCertificateType()
Get Certificate type.
|
Boolean |
getDeployable()
Get Whether the certificate can be deployed
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getDomain()
Get Domain name
Note: this field may return null, indicating that no valid values can be obtained.
|
DvAuthDetail |
getDvAuthDetail()
Get DV authentication information
Note: this field may return null, indicating that no valid values can be obtained.
|
DvAuths[] |
getDvRevokeAuthDetail()
Get The authentication value for DV certificate revocation.
|
String |
getFrom()
Get Certificate source:
trustAsia.
|
String |
getInsertTime()
Get Application time
Note: this field may return null, indicating that no valid values can be obtained.
|
Boolean |
getIsDv()
Get Whether the certificate is a DV certificate
Note: this field may return null, indicating that no valid values can be obtained.
|
Boolean |
getIsVip()
Get Whether the customer is a VIP customer
Note: this field may return null, indicating that no valid values can be obtained.
|
Boolean |
getIsVulnerability()
Get Whether the vulnerability scanning feature is enabled
Note: this field may return null, indicating that no valid values can be obtained.
|
Boolean |
getIsWildcard()
Get Whether the certificate is a wildcard certificate
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getOrderId()
Get Order ID
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getOwnerUin()
Get User UIN
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getPackageType()
Get Certificate package type:.
|
String |
getPackageTypeName()
Get Certificate type name
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getProductZhName()
Get Certificate product name.
|
String |
getProjectId()
Get Project ID
Note: this field may return null, indicating that no valid values can be obtained.
|
Boolean |
getRenewAble()
Get Whether the certificate can be reissued
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getStatus()
Get Certificate status: 0 = under review, 1 = approved, 2 = review failed, 3 = expired, 4 = dns records added automatically, 5 = enterprise certificate, pending documentation submission, 6 = order cancellation in progress, 7 = canceled, 8 = documents submitted, pending upload of confirmation letter, 9 = certificate revocation in progress, 10 = revoked, 11 = reissue in progress, 12 = pending upload of revocation confirmation letter, 13 = free certificate pending document submission, 14 = certificate has been refunded, 15 = certificate migration in progress.
|
String |
getStatusMsg()
Get Status information.
|
String |
getStatusName()
Get Status description
Note: this field may return null, indicating that no valid values can be obtained.
|
String[] |
getSubjectAltName()
Get 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.
|
SubmittedData |
getSubmittedData()
Get Submitted data
Note: this field may return null, indicating that no valid values can be obtained.
|
Tags[] |
getTags()
Get List of tags
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getValidityPeriod()
Get Validity period of the certificate, in months
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getVerifyType()
Get Validation type: DNS_AUTO = automatic dns validation, DNS = manual dns validation, FILE = file verification, DNS_PROXY = dns proxy validation, FILE_PROXY = file proxy validation.
|
String |
getVulnerabilityReport()
Get Vulnerability scanning assessment report
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getVulnerabilityStatus()
Get Vulnerability scanning status
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setAlias(String Alias)
Set Alias
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCACommonNames(String[] CACommonNames)
Set All common names of the ca certificate.
|
void |
setCAEncryptAlgorithms(String[] CAEncryptAlgorithms)
Set All encryption methods of the ca certificate.
|
void |
setCAEndTimes(String[] CAEndTimes)
Set All expiration times of the ca certificate.
|
void |
setCertBeginTime(String CertBeginTime)
Set Time when the certificate takes effect
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCertEndTime(String CertEndTime)
Set Time when the certificate expires
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCertificateExtra(CertificateExtra CertificateExtra)
Set Extended information of the certificate
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCertificateId(String CertificateId)
Set Certificate ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCertificateType(String CertificateType)
Set Certificate type.
|
void |
setDeployable(Boolean Deployable)
Set Whether the certificate can be deployed
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDomain(String Domain)
Set Domain name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDvAuthDetail(DvAuthDetail DvAuthDetail)
Set DV authentication information
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDvRevokeAuthDetail(DvAuths[] DvRevokeAuthDetail)
Set The authentication value for DV certificate revocation.
|
void |
setFrom(String From)
Set Certificate source:
trustAsia.
|
void |
setInsertTime(String InsertTime)
Set Application time
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setIsDv(Boolean IsDv)
Set Whether the certificate is a DV certificate
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setIsVip(Boolean IsVip)
Set Whether the customer is a VIP customer
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setIsVulnerability(Boolean IsVulnerability)
Set Whether the vulnerability scanning feature is enabled
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setIsWildcard(Boolean IsWildcard)
Set Whether the certificate is a wildcard certificate
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setOrderId(String OrderId)
Set Order ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setOwnerUin(String OwnerUin)
Set User UIN
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setPackageType(String PackageType)
Set Certificate package type:.
|
void |
setPackageTypeName(String PackageTypeName)
Set Certificate type name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setProductZhName(String ProductZhName)
Set Certificate product name.
|
void |
setProjectId(String ProjectId)
Set Project ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setRenewAble(Boolean RenewAble)
Set Whether the certificate can be reissued
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStatus(Long Status)
Set Certificate status: 0 = under review, 1 = approved, 2 = review failed, 3 = expired, 4 = dns records added automatically, 5 = enterprise certificate, pending documentation submission, 6 = order cancellation in progress, 7 = canceled, 8 = documents submitted, pending upload of confirmation letter, 9 = certificate revocation in progress, 10 = revoked, 11 = reissue in progress, 12 = pending upload of revocation confirmation letter, 13 = free certificate pending document submission, 14 = certificate has been refunded, 15 = certificate migration in progress.
|
void |
setStatusMsg(String StatusMsg)
Set Status information.
|
void |
setStatusName(String StatusName)
Set Status description
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSubjectAltName(String[] SubjectAltName)
Set 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.
|
void |
setSubmittedData(SubmittedData SubmittedData)
Set Submitted data
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTags(Tags[] Tags)
Set List of tags
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setValidityPeriod(String ValidityPeriod)
Set Validity period of the certificate, in months
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setVerifyType(String VerifyType)
Set Validation type: DNS_AUTO = automatic dns validation, DNS = manual dns validation, FILE = file verification, DNS_PROXY = dns proxy validation, FILE_PROXY = file proxy validation.
|
void |
setVulnerabilityReport(String VulnerabilityReport)
Set Vulnerability scanning assessment report
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setVulnerabilityStatus(String VulnerabilityStatus)
Set Vulnerability scanning status
Note: this field may return null, indicating that no valid values can be obtained.
|
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, toJsonString
public DescribeCertificateResponse()
public DescribeCertificateResponse(DescribeCertificateResponse source)
public 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:
trustAsia.
upload.
wosign.
sheca.
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 getPackageType()
public void setPackageType(String PackageType)
PackageType
- Certificate package type:.
Null: user uploads a certificate (without package type),.
2: trustasia tls rsa ca,.
3: securesite enhanced enterprise edition (ev pro),.
4: securesite enhanced (ev),.
5: securesite enterprise professional edition (ov pro).
6: securesite enterprise edition (ov).
7: securesite enterprise edition (ov) wildcard.
8: geotrust enhanced (ev).
9: geotrust enterprise edition (ov).
10: geotrust enterprise (ov) wildcard cert.
11: trustasia domain name-based multiple domain names ssl certificate.
12: trustasia domain name-based (dv) wildcard cert.
13: trustasia enterprise wildcard (ov) ssl certificate (d3).
14: trustasia enterprise (ov) ssl certificate (d3).
15: trustasia enterprise multiple domain names (ov) ssl certificate (d3).
16: trustasia enhanced (ev) ssl certificate (d3).
17: trustasia enhanced multiple domain names (ev) ssl certificate (d3).
18: globalsign enterprise (ov) ssl certificate.
19: globalsign enterprise wildcard (ov) ssl certificate.
20: globalsign enhanced (ev) ssl certificate.
21: trustasia enterprise wildcard multiple domain names (ov) ssl certificate (d3).
22: globalsign enterprise multiple domain names (ov) ssl certificate.
23: globalsign enterprise wildcard multiple domain names (ov) ssl certificate.
24: globalsign enhanced multiple domain names (ev) ssl certificate.
25: wotrus domain cert.
26: wotrus multi - domain name cert.
27: wotrus wildcard cert.
28: wotrus enterprise cert.
29: wotrus enterprise multi - domain name cert.
30: wotrus enterprise wildcard certificate.
31: wotrus enhanced certificate.
32: wotrus enhanced multi - domain name certificate.
33: wotrus - national cryptography domain - name certificate.
34: wotrus - national cryptography domain - name certificate (multiple domain names).
35: wotrus-national cryptography wildcard domain certificate.
37: wotrus-national cryptography enterprise certificate.
38: wotrus-national cryptography enterprise certificate (multiple domain names).
39: wotrus-national cryptography enterprise certificate (wildcard).
40: wotrus-national cryptography enhanced certificate.
41: wotrus - national cryptography enhanced certificate (multiple domain names).
42: trustasia - domain name certificate (wildcard multiple domain names).
43: DNSPod - enterprise (ov) ssl certificate.
44: DNSPod - enterprise (ov) wildcard ssl certificate.
45: DNSPod - enterprise (ov) multiple domain names ssl certificate.
46: dnspod-enhanced (ev) ssl certificate.
47: dnspod-enhanced (ev) multiple domain names ssl certificate.
48: dnspod-domain name-based (dv) ssl certificate.
49: dnspod-domain name-based (dv) wildcard ssl certificate.
50: dnspod-domain name-based (dv) multiple domain names ssl certificate.
51: DNSPod (national cryptography) - enterprise (ov) ssl certificate.
52: DNSPod (national cryptography) - enterprise (ov) wildcard ssl certificate.
53: DNSPod (national cryptography) - enterprise (ov) multiple domain names ssl certificate.
54: DNSPod (national cryptography) - domain name-based (dv) ssl certificate.
55: DNSPod (national cryptography) - domain name-based (dv) wildcard ssl certificate.
56: DNSPod (national cryptography) - domain name-based (dv) multiple domain names ssl certificate.
57: securesite enterprise professional version multiple domain names (ov pro).
58: securesite enterprise multiple domain names (ov).
59: securesite enhanced professional version multiple domain names (ev pro).
60: securesite enhanced multiple domain names (ev).
61: geotrust enhanced multiple domain names (ev).
75: securesite enterprise (ov).
76: securesite enterprise (ov) wildcard.
77: securesite enhanced (ev).
78: geotrust enterprise (ov).
79: geotrust enterprise (ov) wildcard.
80: geotrust enhanced (ev).
81: globalsign enterprise (ov) ssl certificate.
82: globalsign enterprise wildcard (ov) ssl certificate.
83: trustasia c1 dv free.
85: globalsign enhanced (ev) ssl certificate.
88: globalsign enterprise wildcard multiple domain names (ov) ssl certificate.
89: globalsign enterprise multiple domain names (ov) ssl certificate.
90: globalsign enhanced multiple domain names (ev) ssl certificate.
91: geotrust enhanced multiple domain names (ev).
92: securesite enterprise ov pro for multiple domain names.
93: securesite enterprise for multiple domain names (ov).
94: securesite ev pro for multiple domain names.
95: securesite ev for multiple domain names.
96: securesite ev pro.
97: securesite enterprise professional version (ov pro).
98: cfca enterprise (ov) ssl certificate.
99: cfca enterprise multiple domain names (ov) ssl certificate.
100: cfca enterprise wildcard (ov) ssl certificate.
101: cfca enhanced (ev) ssl certificate.
Note: this field may return null, indicating that no valid values can be obtained.public String getProductZhName()
public void setProductZhName(String ProductZhName)
ProductZhName
- Certificate product name.
Note: this field may return null, indicating that no valid values can be obtained.public String getDomain()
public void setDomain(String Domain)
Domain
- 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
- Certificate status: 0 = under review, 1 = approved, 2 = review failed, 3 = expired, 4 = dns records added automatically, 5 = enterprise certificate, pending documentation submission, 6 = order cancellation in progress, 7 = canceled, 8 = documents submitted, pending upload of confirmation letter, 9 = certificate revocation in progress, 10 = revoked, 11 = reissue in progress, 12 = pending upload of revocation confirmation letter, 13 = free certificate pending document submission, 14 = certificate has been refunded, 15 = certificate migration in progress.
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. valid values:.
//Common status information.
1. pre-reviewing: prereviewing.
2. legal-reviewing: under legal review.
3. ca-reviewing: under ca review.
4. pending-dcv: under domain verification.
5. wait-issue: waiting for issuance (domain verification passed).
//Certificate review failure status information.
Order review failed.
CA review failed; the domain name did not pass the security review.
Domain verification timed out, and the order was automatically closed. please reapply for the certificate.
The certificate information did not pass the review by the certificate authority. the reviewer will call the contact information reserved for the certificate. please pay attention to the incoming call. subsequently, you can resubmit the information through "modify information".
To be continuously improved.
Note: this field may return null, indicating that no valid values can be obtained.public String getVerifyType()
public void setVerifyType(String VerifyType)
VerifyType
- Validation type: DNS_AUTO = automatic dns validation, DNS = manual dns validation, FILE = file verification, DNS_PROXY = dns proxy validation, FILE_PROXY = file proxy validation.
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
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, in months
Note: this field may return null, indicating that no valid values can be obtained.public String getInsertTime()
public void setInsertTime(String InsertTime)
InsertTime
- Application time
Note: this field may return null, indicating that no valid values can be obtained.public String getOrderId()
public void setOrderId(String OrderId)
OrderId
- Order ID
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 DvAuthDetail getDvAuthDetail()
public void setDvAuthDetail(DvAuthDetail DvAuthDetail)
DvAuthDetail
- DV authentication information
Note: this field may return null, indicating that no valid values can be obtained.public String getVulnerabilityReport()
public void setVulnerabilityReport(String VulnerabilityReport)
VulnerabilityReport
- Vulnerability scanning assessment report
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 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 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 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 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 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 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 SubmittedData getSubmittedData()
public void setSubmittedData(SubmittedData SubmittedData)
SubmittedData
- Submitted data
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.public Tags[] getTags()
public void setTags(Tags[] Tags)
Tags
- List of tags
Note: this field may return `null`, indicating that no valid values can be obtained.public String[] getCAEncryptAlgorithms()
public void setCAEncryptAlgorithms(String[] CAEncryptAlgorithms)
CAEncryptAlgorithms
- All encryption methods of the ca certificate. only valid when the certificate type CertificateType is ca.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getCACommonNames()
public void setCACommonNames(String[] CACommonNames)
CACommonNames
- All common names of the ca certificate. only valid when the certificate type CertificateType is ca.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getCAEndTimes()
public void setCAEndTimes(String[] CAEndTimes)
CAEndTimes
- All expiration times of the ca certificate. only valid when the certificate type CertificateType is ca.
Note: this field may return null, indicating that no valid values can be obtained.public DvAuths[] getDvRevokeAuthDetail()
public void setDvRevokeAuthDetail(DvAuths[] DvRevokeAuthDetail)
DvRevokeAuthDetail
- The authentication value for DV certificate revocation.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.