public class DeleteRoutePolicyEntriesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DeleteRoutePolicyEntriesRequest()  | 
DeleteRoutePolicyEntriesRequest(DeleteRoutePolicyEntriesRequest 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 | 
|---|---|
RoutePolicyEntry[] | 
getRoutePolicyEntrySet()
Get Route reception policy entry list. 
 | 
String | 
getRoutePolicyId()
Get Specifies the instance ID of the route reception policy. 
 | 
void | 
setRoutePolicyEntrySet(RoutePolicyEntry[] RoutePolicyEntrySet)
Set Route reception policy entry list. 
 | 
void | 
setRoutePolicyId(String RoutePolicyId)
Set Specifies the instance ID of the route reception policy. 
 | 
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 DeleteRoutePolicyEntriesRequest()
public DeleteRoutePolicyEntriesRequest(DeleteRoutePolicyEntriesRequest source)
public String getRoutePolicyId()
public void setRoutePolicyId(String RoutePolicyId)
RoutePolicyId - Specifies the instance ID of the route reception policy.public RoutePolicyEntry[] getRoutePolicyEntrySet()
public void setRoutePolicyEntrySet(RoutePolicyEntry[] RoutePolicyEntrySet)
RoutePolicyEntrySet - Route reception policy entry list. when deleting a routing policy rule, use the routepolicyentryid field of RoutePolicyEntry.Copyright © 2025. All rights reserved.