public class ListCustomRoutingEndpointsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
endpointGroupId
The ID of the endpoint group.
|
String |
listenerId
The ID of the listener.
|
String |
pageNumber
The number of the page to return.
|
String |
pageSize
The number of entries to return on each page.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
| 构造器和说明 |
|---|
ListCustomRoutingEndpointsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListCustomRoutingEndpointsRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getEndpointGroupId() |
String |
getListenerId() |
String |
getPageNumber() |
String |
getPageSize() |
String |
getRegionId() |
ListCustomRoutingEndpointsRequest |
setAcceleratorId(String acceleratorId) |
ListCustomRoutingEndpointsRequest |
setEndpointGroupId(String endpointGroupId) |
ListCustomRoutingEndpointsRequest |
setListenerId(String listenerId) |
ListCustomRoutingEndpointsRequest |
setPageNumber(String pageNumber) |
ListCustomRoutingEndpointsRequest |
setPageSize(String pageSize) |
ListCustomRoutingEndpointsRequest |
setRegionId(String regionId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="ListenerId") public String listenerId
The ID of the listener.
@NameInMap(value="PageNumber") public String pageNumber
The number of the page to return. Default value: **1**.
@NameInMap(value="PageSize") public String pageSize
The number of entries to return on each page. Maximum value: **50**. Default value: **10**.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the GA instance is deployed. Set the value to **cn-hangzhou**.
public static ListCustomRoutingEndpointsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListCustomRoutingEndpointsRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListCustomRoutingEndpointsRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListCustomRoutingEndpointsRequest setListenerId(String listenerId)
public String getListenerId()
public ListCustomRoutingEndpointsRequest setPageNumber(String pageNumber)
public String getPageNumber()
public ListCustomRoutingEndpointsRequest setPageSize(String pageSize)
public String getPageSize()
public ListCustomRoutingEndpointsRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.