public class ListCustomRoutingPortMappingsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
pageNumber
The page number of the returned page.
|
Integer |
pageSize
The number of entries returned on each page.
|
List<ListCustomRoutingPortMappingsResponseBody.ListCustomRoutingPortMappingsResponseBodyPortMappings> |
portMappings
Details about the port mapping table.
|
String |
requestId
The ID of the request.
|
Integer |
totalCount
The number of entries returned.
|
构造器和说明 |
---|
ListCustomRoutingPortMappingsResponseBody() |
@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="PortMappings") public List<ListCustomRoutingPortMappingsResponseBody.ListCustomRoutingPortMappingsResponseBodyPortMappings> portMappings
Details about the port mapping table.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TotalCount") public Integer totalCount
The number of entries returned.
public ListCustomRoutingPortMappingsResponseBody()
public static ListCustomRoutingPortMappingsResponseBody build(Map<String,?> map) throws Exception
Exception
public ListCustomRoutingPortMappingsResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListCustomRoutingPortMappingsResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public ListCustomRoutingPortMappingsResponseBody setPortMappings(List<ListCustomRoutingPortMappingsResponseBody.ListCustomRoutingPortMappingsResponseBodyPortMappings> portMappings)
public List<ListCustomRoutingPortMappingsResponseBody.ListCustomRoutingPortMappingsResponseBodyPortMappings> getPortMappings()
public ListCustomRoutingPortMappingsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListCustomRoutingPortMappingsResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2024. All rights reserved.