public static class DescribeVodCertificateListResponseBody.DescribeVodCertificateListResponseBodyCertificateListModelCertListCert
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
certId
The ID of the certificate.
|
String |
certName
The name of the certificate.
|
String |
common
The common name of the certificate.
|
String |
fingerprint
The fingerprint of the certificate.
|
String |
issuer
The certificate authority (CA) that issued the certificate.
|
Long |
lastTime
The time when the certificate was issued.
|
| 构造器和说明 |
|---|
DescribeVodCertificateListResponseBodyCertificateListModelCertListCert() |
@NameInMap(value="CertId") public Long certId
The ID of the certificate.
@NameInMap(value="CertName") public String certName
The name of the certificate.
@NameInMap(value="Common") public String common
The common name of the certificate.
@NameInMap(value="Fingerprint") public String fingerprint
The fingerprint of the certificate.
@NameInMap(value="Issuer") public String issuer
The certificate authority (CA) that issued the certificate.
@NameInMap(value="LastTime") public Long lastTime
The time when the certificate was issued. Unit: seconds.
public DescribeVodCertificateListResponseBodyCertificateListModelCertListCert()
public static DescribeVodCertificateListResponseBody.DescribeVodCertificateListResponseBodyCertificateListModelCertListCert build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodCertificateListResponseBody.DescribeVodCertificateListResponseBodyCertificateListModelCertListCert setCertId(Long certId)
public Long getCertId()
public DescribeVodCertificateListResponseBody.DescribeVodCertificateListResponseBodyCertificateListModelCertListCert setCertName(String certName)
public String getCertName()
public DescribeVodCertificateListResponseBody.DescribeVodCertificateListResponseBodyCertificateListModelCertListCert setCommon(String common)
public String getCommon()
public DescribeVodCertificateListResponseBody.DescribeVodCertificateListResponseBodyCertificateListModelCertListCert setFingerprint(String fingerprint)
public String getFingerprint()
public DescribeVodCertificateListResponseBody.DescribeVodCertificateListResponseBodyCertificateListModelCertListCert setIssuer(String issuer)
public String getIssuer()
public DescribeVodCertificateListResponseBody.DescribeVodCertificateListResponseBodyCertificateListModelCertListCert setLastTime(Long lastTime)
public Long getLastTime()
Copyright © 2024. All rights reserved.