public class ListServerGroupServersResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers |
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults
The number of entries returned per page.
|
String |
nextToken
The token that is used for the next query.
|
String |
requestId
The ID of the request.
|
List<ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers> |
servers
A list of backend servers.
|
Integer |
totalCount
The number of entries returned.
|
| 构造器和说明 |
|---|
ListServerGroupServersResponseBody() |
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries returned per page.
@NameInMap(value="NextToken") public String nextToken
The token that is used for the next query. Valid values:
* If this is your first query or no next query is to be sent, ignore this parameter.
* If a next query is to be sent, set the parameter to the value of NextToken that is returned from the last call.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Servers") public List<ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers> servers
A list of backend servers.
@NameInMap(value="TotalCount") public Integer totalCount
The number of entries returned.
public static ListServerGroupServersResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListServerGroupServersResponseBody setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListServerGroupServersResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListServerGroupServersResponseBody setRequestId(String requestId)
public String getRequestId()
public ListServerGroupServersResponseBody setServers(List<ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers> servers)
public List<ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers> getServers()
public ListServerGroupServersResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2023. All rights reserved.