public static class DescribeCertsResponseBody.DescribeCertsResponseBodyCerts
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
certIdentifier
The global certificate ID, which is in the certificate ID-cn-hangzhou format.
|
String |
common
The domain name that is associated with the certificate.
|
Boolean |
domainRelated
Indicates whether the certificate is associated with the domain name.
|
String |
endDate
The expiration date of the certificate.
|
Integer |
id
The certificate ID.
|
String |
issuer
The certificate authority (CA) that issued the certificate.
|
String |
name
The name of the certificate.
|
String |
startDate
The issuance date of the certificate.
|
| 构造器和说明 |
|---|
DescribeCertsResponseBodyCerts() |
@NameInMap(value="CertIdentifier") public String certIdentifier
The global certificate ID, which is in the certificate ID-cn-hangzhou format. If the ID of the certificate is 123, CertIdentifier is 123-cn-hangzhou.
example:126345-ap-southeast-1
@NameInMap(value="Common") public String common
The domain name that is associated with the certificate.
example:@NameInMap(value="DomainRelated") public Boolean domainRelated
Indicates whether the certificate is associated with the domain name. Valid values:
true
@NameInMap(value="EndDate") public String endDate
The expiration date of the certificate. The value is a string.
example:2021-09-12
@NameInMap(value="Id") public Integer id
The certificate ID.
example:81
@NameInMap(value="Issuer") public String issuer
The certificate authority (CA) that issued the certificate.
example:Symantec
@NameInMap(value="Name") public String name
The name of the certificate.
example:testcert
@NameInMap(value="StartDate") public String startDate
The issuance date of the certificate. The value is a string.
example:2019-09-12
public static DescribeCertsResponseBody.DescribeCertsResponseBodyCerts build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCertsResponseBody.DescribeCertsResponseBodyCerts setCertIdentifier(String certIdentifier)
public String getCertIdentifier()
public DescribeCertsResponseBody.DescribeCertsResponseBodyCerts setCommon(String common)
public String getCommon()
public DescribeCertsResponseBody.DescribeCertsResponseBodyCerts setDomainRelated(Boolean domainRelated)
public Boolean getDomainRelated()
public DescribeCertsResponseBody.DescribeCertsResponseBodyCerts setEndDate(String endDate)
public String getEndDate()
public DescribeCertsResponseBody.DescribeCertsResponseBodyCerts setId(Integer id)
public Integer getId()
public DescribeCertsResponseBody.DescribeCertsResponseBodyCerts setIssuer(String issuer)
public String getIssuer()
public DescribeCertsResponseBody.DescribeCertsResponseBodyCerts setName(String name)
public String getName()
public DescribeCertsResponseBody.DescribeCertsResponseBodyCerts setStartDate(String startDate)
public String getStartDate()
Copyright © 2026. All rights reserved.