public class WithdrawNotifyRoutesRequest extends AbstractModel
Constructor and Description |
---|
WithdrawNotifyRoutesRequest() |
WithdrawNotifyRoutesRequest(WithdrawNotifyRoutesRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getRouteItemIds()
Get 路由策略唯一ID。
|
String |
getRouteTableId()
Get 路由表唯一ID。
|
void |
setRouteItemIds(String[] RouteItemIds)
Set 路由策略唯一ID。
|
void |
setRouteTableId(String RouteTableId)
Set 路由表唯一ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public WithdrawNotifyRoutesRequest()
public WithdrawNotifyRoutesRequest(WithdrawNotifyRoutesRequest source)
public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- 路由表唯一ID。public String[] getRouteItemIds()
public void setRouteItemIds(String[] RouteItemIds)
RouteItemIds
- 路由策略唯一ID。Copyright © 2021. All rights reserved.