public class NotifyRoutesRequest extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getRouteItemIds()
Get The unique ID of the route 
 | 
String | 
getRouteTableId()
Get The unique ID of the route table 
 | 
void | 
setRouteItemIds(String[] RouteItemIds)
Set The unique ID of the route 
 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic NotifyRoutesRequest()
public NotifyRoutesRequest(NotifyRoutesRequest source)
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 routeCopyright © 2025. All rights reserved.