Class NotifyRoutesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.NotifyRoutesRequest
-
public class NotifyRoutesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NotifyRoutesRequest()NotifyRoutesRequest(NotifyRoutesRequest 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[]getRouteItemIds()Get 路由策略唯一ID。StringgetRouteTableId()Get 路由表唯一ID。voidsetRouteItemIds(String[] RouteItemIds)Set 路由策略唯一ID。voidsetRouteTableId(String RouteTableId)Set 路由表唯一ID。voidtoMap(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
-
NotifyRoutesRequest
public NotifyRoutesRequest()
-
NotifyRoutesRequest
public NotifyRoutesRequest(NotifyRoutesRequest 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。
-
getRouteItemIds
public String[] getRouteItemIds()
Get 路由策略唯一ID。- Returns:
- RouteItemIds 路由策略唯一ID。
-
setRouteItemIds
public void setRouteItemIds(String[] RouteItemIds)
Set 路由策略唯一ID。- Parameters:
RouteItemIds- 路由策略唯一ID。
-
-