Class CreateRoutesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.CreateRoutesRequest
-
public class CreateRoutesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateRoutesRequest()
CreateRoutesRequest(CreateRoutesRequest 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 Route[]
getRoutes()
Get 要创建的路由策略对象。String
getRouteTableId()
Get 路由表实例ID。void
setRoutes(Route[] Routes)
Set 要创建的路由策略对象。void
setRouteTableId(String RouteTableId)
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
-
CreateRoutesRequest
public CreateRoutesRequest()
-
CreateRoutesRequest
public CreateRoutesRequest(CreateRoutesRequest 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
-
getRouteTableId
public String getRouteTableId()
Get 路由表实例ID。- Returns:
- RouteTableId 路由表实例ID。
-
setRouteTableId
public void setRouteTableId(String RouteTableId)
Set 路由表实例ID。- Parameters:
RouteTableId
- 路由表实例ID。
-
getRoutes
public Route[] getRoutes()
Get 要创建的路由策略对象。- Returns:
- Routes 要创建的路由策略对象。
-
setRoutes
public void setRoutes(Route[] Routes)
Set 要创建的路由策略对象。- Parameters:
Routes
- 要创建的路由策略对象。
-
-