public class ListPrefixListsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists |
static class |
ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixListsTags |
限定符和类型 | 字段和说明 |
---|---|
Long |
maxResults
The number of entries per page.
|
String |
nextToken
A pagination token.
|
List<ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists> |
prefixLists
The information about the prefix lists.
|
String |
requestId
The request ID.
|
Long |
totalCount
The total number of entries returned.
|
构造器和说明 |
---|
ListPrefixListsResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static ListPrefixListsResponseBody |
build(Map<String,?> map) |
Long |
getMaxResults() |
String |
getNextToken() |
List<ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists> |
getPrefixLists() |
String |
getRequestId() |
Long |
getTotalCount() |
ListPrefixListsResponseBody |
setMaxResults(Long maxResults) |
ListPrefixListsResponseBody |
setNextToken(String nextToken) |
ListPrefixListsResponseBody |
setPrefixLists(List<ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists> prefixLists) |
ListPrefixListsResponseBody |
setRequestId(String requestId) |
ListPrefixListsResponseBody |
setTotalCount(Long totalCount) |
@NameInMap(value="MaxResults") public Long maxResults
The number of entries per page. Valid values: 1 to 100. Default value: 20.
example:20
@NameInMap(value="NextToken") public String nextToken
A pagination token. It can be used in the next request to retrieve a new page of results. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
@NameInMap(value="PrefixLists") public List<ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists> prefixLists
The information about the prefix lists.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:DF72F7BB-5DFA-529C-887E-B0BB70D89C4F
@NameInMap(value="TotalCount") public Long totalCount
The total number of entries returned.
example:1
public static ListPrefixListsResponseBody build(Map<String,?> map) throws Exception
Exception
public ListPrefixListsResponseBody setMaxResults(Long maxResults)
public Long getMaxResults()
public ListPrefixListsResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListPrefixListsResponseBody setPrefixLists(List<ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists> prefixLists)
public List<ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists> getPrefixLists()
public ListPrefixListsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListPrefixListsResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2024. All rights reserved.