public class RoutePolicyAssociation extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RoutePolicyAssociation()  | 
RoutePolicyAssociation(RoutePolicyAssociation 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 | 
|---|---|
Long | 
getPriority()
Get Priority. 
 | 
String | 
getRoutePolicyId()
Get Specifies the unique ID of the route reception policy. 
 | 
String | 
getRouteTableId()
Get Unique route table ID. 
 | 
void | 
setPriority(Long Priority)
Set Priority. 
 | 
void | 
setRoutePolicyId(String RoutePolicyId)
Set Specifies the unique ID of the route reception policy. 
 | 
void | 
setRouteTableId(String RouteTableId)
Set Unique route table ID. 
 | 
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 RoutePolicyAssociation()
public RoutePolicyAssociation(RoutePolicyAssociation source)
public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - Unique route table ID.public String getRoutePolicyId()
public void setRoutePolicyId(String RoutePolicyId)
RoutePolicyId - Specifies the unique ID of the route reception policy.public Long getPriority()
public void setPriority(Long Priority)
Priority - Priority.Copyright © 2025. All rights reserved.