public class ListCustomRoutingPortMappingsRequest
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.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
构造器和说明 |
---|
ListCustomRoutingPortMappingsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListCustomRoutingPortMappingsRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getEndpointGroupId() |
String |
getListenerId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRegionId() |
ListCustomRoutingPortMappingsRequest |
setAcceleratorId(String acceleratorId) |
ListCustomRoutingPortMappingsRequest |
setEndpointGroupId(String endpointGroupId) |
ListCustomRoutingPortMappingsRequest |
setListenerId(String listenerId) |
ListCustomRoutingPortMappingsRequest |
setPageNumber(Integer pageNumber) |
ListCustomRoutingPortMappingsRequest |
setPageSize(Integer pageSize) |
ListCustomRoutingPortMappingsRequest |
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 Integer pageNumber
The number of the page to return. Default value: **1**.
@NameInMap(value="PageSize") public Integer 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 ListCustomRoutingPortMappingsRequest build(Map<String,?> map) throws Exception
Exception
public ListCustomRoutingPortMappingsRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListCustomRoutingPortMappingsRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListCustomRoutingPortMappingsRequest setListenerId(String listenerId)
public String getListenerId()
public ListCustomRoutingPortMappingsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListCustomRoutingPortMappingsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListCustomRoutingPortMappingsRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.