public class DeleteRouteEntryRequest extends com.aliyuncs.RpcAcsRequest<DeleteRouteEntryResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteRouteEntryRequest.NextHopList |
| Constructor and Description |
|---|
DeleteRouteEntryRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationCidrBlock() |
String |
getNextHopId() |
List<DeleteRouteEntryRequest.NextHopList> |
getNextHopLists() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<DeleteRouteEntryResponse> |
getResponseClass() |
String |
getRouteTableId() |
void |
setDestinationCidrBlock(String destinationCidrBlock) |
void |
setNextHopId(String nextHopId) |
void |
setNextHopLists(List<DeleteRouteEntryRequest.NextHopList> nextHopLists) |
void |
setOwnerAccount(String ownerAccount) |
void |
setOwnerId(Long ownerId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setRouteTableId(String routeTableId) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpointType, setLocationProduct, setParameter, setProtocol, setRegionIdgetConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setUrlpublic Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String destinationCidrBlock)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public String getNextHopId()
public void setNextHopId(String nextHopId)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public List<DeleteRouteEntryRequest.NextHopList> getNextHopLists()
public void setNextHopLists(List<DeleteRouteEntryRequest.NextHopList> nextHopLists)
public String getRouteTableId()
public void setRouteTableId(String routeTableId)
public Class<DeleteRouteEntryResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<DeleteRouteEntryResponse>Copyright © 2017. All Rights Reserved.