public static class ListListenerCertificatesResponseBody.ListListenerCertificatesResponseBodyCertificates
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
certificateId
The ID of the certificate.
|
String |
certificateType
The type of the certificate.
|
Boolean |
isDefault
Indicates whether the certificate is the default certificate of the listener.
|
String |
status
Indicates whether the certificate is associated with the listener.
|
| 构造器和说明 |
|---|
ListListenerCertificatesResponseBodyCertificates() |
@NameInMap(value="CertificateId") public String certificateId
The ID of the certificate.
@NameInMap(value="CertificateType") public String certificateType
The type of the certificate.
- Server
- Ca
@NameInMap(value="IsDefault") public Boolean isDefault
Indicates whether the certificate is the default certificate of the listener. Valid values:
* **true**
* **false**
@NameInMap(value="Status") public String status
Indicates whether the certificate is associated with the listener. Valid values:
* **Associating**
* **Associated**
* **Diassociating**
public ListListenerCertificatesResponseBodyCertificates()
public static ListListenerCertificatesResponseBody.ListListenerCertificatesResponseBodyCertificates build(Map<String,?> map) throws Exception
Exceptionpublic ListListenerCertificatesResponseBody.ListListenerCertificatesResponseBodyCertificates setCertificateId(String certificateId)
public String getCertificateId()
public ListListenerCertificatesResponseBody.ListListenerCertificatesResponseBodyCertificates setCertificateType(String certificateType)
public String getCertificateType()
public ListListenerCertificatesResponseBody.ListListenerCertificatesResponseBodyCertificates setIsDefault(Boolean isDefault)
public Boolean getIsDefault()
public ListListenerCertificatesResponseBody.ListListenerCertificatesResponseBodyCertificates setStatus(String status)
public String getStatus()
Copyright © 2023. All rights reserved.