com.aliyuncs.ecs.model.v20140526
类 DescribeRouteTablesResponse.RouteTable

java.lang.Object
  继承者 com.aliyuncs.ecs.model.v20140526.DescribeRouteTablesResponse.RouteTable
包容类:
DescribeRouteTablesResponse

public static class DescribeRouteTablesResponse.RouteTable
extends Object


嵌套类摘要
static class DescribeRouteTablesResponse.RouteTable.RouteEntry
           
 
构造方法摘要
DescribeRouteTablesResponse.RouteTable()
           
 
方法摘要
 String getCreationTime()
           
 List<DescribeRouteTablesResponse.RouteTable.RouteEntry> getRouteEntrys()
           
 String getRouteTableId()
           
 String getRouteTableType()
           
 String getVRouterId()
           
 void setCreationTime(String creationTime)
           
 void setRouteEntrys(List<DescribeRouteTablesResponse.RouteTable.RouteEntry> routeEntrys)
           
 void setRouteTableId(String routeTableId)
           
 void setRouteTableType(String routeTableType)
           
 void setVRouterId(String vRouterId)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DescribeRouteTablesResponse.RouteTable

public DescribeRouteTablesResponse.RouteTable()
方法详细信息

getVRouterId

public String getVRouterId()

setVRouterId

public void setVRouterId(String vRouterId)

getRouteTableId

public String getRouteTableId()

setRouteTableId

public void setRouteTableId(String routeTableId)

getRouteTableType

public String getRouteTableType()

setRouteTableType

public void setRouteTableType(String routeTableType)

getCreationTime

public String getCreationTime()

setCreationTime

public void setCreationTime(String creationTime)

getRouteEntrys

public List<DescribeRouteTablesResponse.RouteTable.RouteEntry> getRouteEntrys()

setRouteEntrys

public void setRouteEntrys(List<DescribeRouteTablesResponse.RouteTable.RouteEntry> routeEntrys)


Copyright © 2016. All Rights Reserved.