Class DisableRoutesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.DisableRoutesRequest
-
public class DisableRoutesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DisableRoutesRequest()
DisableRoutesRequest(DisableRoutesRequest 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 Long[]
getRouteIds()
Get 路由策略ID。String
getRouteTableId()
Get 路由表唯一ID。void
setRouteIds(Long[] RouteIds)
Set 路由策略ID。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
-
DisableRoutesRequest
public DisableRoutesRequest()
-
DisableRoutesRequest
public DisableRoutesRequest(DisableRoutesRequest 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。
-
getRouteIds
public Long[] getRouteIds()
Get 路由策略ID。- Returns:
- RouteIds 路由策略ID。
-
setRouteIds
public void setRouteIds(Long[] RouteIds)
Set 路由策略ID。- Parameters:
RouteIds
- 路由策略ID。
-
-