public class ListGatewayRouteTableEntriesResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels> |
gatewayRouteEntryModels
The details of the routes in the gateway route table.
|
String |
nextToken
The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results.
|
String |
requestId
The request ID.
|
String |
totalCount
The total number of entries returned.
|
构造器和说明 |
---|
ListGatewayRouteTableEntriesResponseBody() |
@NameInMap(value="GatewayRouteEntryModels") public List<ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels> gatewayRouteEntryModels
The details of the routes in the gateway route table.
@NameInMap(value="NextToken") public String nextToken
The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:0ED8D006-F706-4D23-88ED-E11ED28DCAC0
@NameInMap(value="TotalCount") public String totalCount
The total number of entries returned.
example:1
public static ListGatewayRouteTableEntriesResponseBody build(Map<String,?> map) throws Exception
Exception
public ListGatewayRouteTableEntriesResponseBody setGatewayRouteEntryModels(List<ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels> gatewayRouteEntryModels)
public List<ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels> getGatewayRouteEntryModels()
public ListGatewayRouteTableEntriesResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListGatewayRouteTableEntriesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListGatewayRouteTableEntriesResponseBody setTotalCount(String totalCount)
public String getTotalCount()
Copyright © 2024. All rights reserved.