public class NotifyRoutesRequest extends AbstractModel
Constructor and Description |
---|
NotifyRoutesRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getRouteItemIds()
Get The unique ID of the routing policy
|
String |
getRouteTableId()
Get The unique ID of the route table
|
void |
setRouteItemIds(String[] RouteItemIds)
Set The unique ID of the routing policy
|
void |
setRouteTableId(String RouteTableId)
Set The unique ID of the route table
|
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 String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- The unique ID of the route tablepublic String[] getRouteItemIds()
public void setRouteItemIds(String[] RouteItemIds)
RouteItemIds
- The unique ID of the routing policyCopyright © 2021. All rights reserved.