public class ListCustomRoutingEndpointGroupDestinationsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations> |
destinations
The details about the endpoint group mappings.
|
Integer |
pageNumber
The number of the returned page.
|
Integer |
pageSize
The number of entries returned per page.
|
String |
requestId
The ID of the request.
|
Integer |
totalCount
The total number of entries returned.
|
构造器和说明 |
---|
ListCustomRoutingEndpointGroupDestinationsResponseBody() |
@NameInMap(value="Destinations") public List<ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations> destinations
The details about the endpoint group mappings.
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the returned page.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries returned per page.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TotalCount") public Integer totalCount
The total number of entries returned.
public ListCustomRoutingEndpointGroupDestinationsResponseBody()
public static ListCustomRoutingEndpointGroupDestinationsResponseBody build(Map<String,?> map) throws Exception
Exception
public ListCustomRoutingEndpointGroupDestinationsResponseBody setDestinations(List<ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations> destinations)
public List<ListCustomRoutingEndpointGroupDestinationsResponseBody.ListCustomRoutingEndpointGroupDestinationsResponseBodyDestinations> getDestinations()
public ListCustomRoutingEndpointGroupDestinationsResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListCustomRoutingEndpointGroupDestinationsResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public ListCustomRoutingEndpointGroupDestinationsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListCustomRoutingEndpointGroupDestinationsResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2024. All rights reserved.