public class ListCustomRoutingEndpointGroupsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups> |
endpointGroups
The configuration information about the endpoint group.
|
Integer |
pageNumber
The page number of the returned page.
|
Integer |
pageSize
The number of entries returned on each page.
|
String |
requestId
The ID of the request.
|
Integer |
totalCount
The number of entries returned.
|
构造器和说明 |
---|
ListCustomRoutingEndpointGroupsResponseBody() |
@NameInMap(value="EndpointGroups") public List<ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups> endpointGroups
The configuration information about the endpoint group.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number of the returned page.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries returned on each page.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TotalCount") public Integer totalCount
The number of entries returned.
public ListCustomRoutingEndpointGroupsResponseBody()
public static ListCustomRoutingEndpointGroupsResponseBody build(Map<String,?> map) throws Exception
Exception
public ListCustomRoutingEndpointGroupsResponseBody setEndpointGroups(List<ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups> endpointGroups)
public List<ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroups> getEndpointGroups()
public ListCustomRoutingEndpointGroupsResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListCustomRoutingEndpointGroupsResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public ListCustomRoutingEndpointGroupsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListCustomRoutingEndpointGroupsResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2024. All rights reserved.