public class ListListenerCertificatesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListListenerCertificatesResponseBody.ListListenerCertificatesResponseBodyCertificates |
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
certificateIds
The server certificates.
|
List<ListListenerCertificatesResponseBody.ListListenerCertificatesResponseBodyCertificates> |
certificates
The certificates.
|
Integer |
maxResults
The number of entries returned per page.
|
String |
nextToken
The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results.
|
String |
requestId
The request ID.
|
Integer |
totalCount
The total number of entries returned.
|
| 构造器和说明 |
|---|
ListListenerCertificatesResponseBody() |
@NameInMap(value="CertificateIds") public List<String> certificateIds
The server certificates.
@NameInMap(value="Certificates") public List<ListListenerCertificatesResponseBody.ListListenerCertificatesResponseBodyCertificates> certificates
The certificates.
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries returned per page. Valid values: **1** to **100**. Default value: **20**.
@NameInMap(value="NextToken") public String nextToken
The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results. Valid values:
* You do not need to specify this parameter for the first request.
* You must specify the token that is obtained from the previous query as the value of NextToken.
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="TotalCount") public Integer totalCount
The total number of entries returned.
public static ListListenerCertificatesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListListenerCertificatesResponseBody setCertificateIds(List<String> certificateIds)
public ListListenerCertificatesResponseBody setCertificates(List<ListListenerCertificatesResponseBody.ListListenerCertificatesResponseBodyCertificates> certificates)
public List<ListListenerCertificatesResponseBody.ListListenerCertificatesResponseBodyCertificates> getCertificates()
public ListListenerCertificatesResponseBody setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListListenerCertificatesResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListListenerCertificatesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListListenerCertificatesResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2023. All rights reserved.