类 RouteTableForDescribeSubnetsOutput
- java.lang.Object
-
- com.volcengine.vpc.model.RouteTableForDescribeSubnetsOutput
-
public class RouteTableForDescribeSubnetsOutput extends Object
RouteTableForDescribeSubnetsOutput
-
-
构造器概要
构造器 构造器 说明 RouteTableForDescribeSubnetsOutput()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object o)StringgetRouteTableId()Get routeTableIdStringgetRouteTableType()Get routeTableTypeinthashCode()RouteTableForDescribeSubnetsOutputrouteTableId(String routeTableId)RouteTableForDescribeSubnetsOutputrouteTableType(String routeTableType)voidsetRouteTableId(String routeTableId)voidsetRouteTableType(String routeTableType)StringtoString()
-
-
-
方法详细资料
-
routeTableId
public RouteTableForDescribeSubnetsOutput routeTableId(String routeTableId)
-
getRouteTableId
public String getRouteTableId()
Get routeTableId- 返回:
- routeTableId
-
setRouteTableId
public void setRouteTableId(String routeTableId)
-
routeTableType
public RouteTableForDescribeSubnetsOutput routeTableType(String routeTableType)
-
getRouteTableType
public String getRouteTableType()
Get routeTableType- 返回:
- routeTableType
-
setRouteTableType
public void setRouteTableType(String routeTableType)
-
-