Class RouteTableAssociation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.RouteTableAssociation
-
public class RouteTableAssociation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RouteTableAssociation()
RouteTableAssociation(RouteTableAssociation source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRouteTableId()
Get 路由表实例ID。String
getSubnetId()
Get 子网实例ID。void
setRouteTableId(String RouteTableId)
Set 路由表实例ID。void
setSubnetId(String SubnetId)
Set 子网实例ID。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RouteTableAssociation
public RouteTableAssociation()
-
RouteTableAssociation
public RouteTableAssociation(RouteTableAssociation source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getSubnetId
public String getSubnetId()
Get 子网实例ID。- Returns:
- SubnetId 子网实例ID。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网实例ID。- Parameters:
SubnetId
- 子网实例ID。
-
getRouteTableId
public String getRouteTableId()
Get 路由表实例ID。- Returns:
- RouteTableId 路由表实例ID。
-
setRouteTableId
public void setRouteTableId(String RouteTableId)
Set 路由表实例ID。- Parameters:
RouteTableId
- 路由表实例ID。
-
-