public class CreateRouteEntryRequest extends com.aliyuncs.RpcAcsRequest<CreateRouteEntryResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateRouteEntryRequest.NextHopList |
| Constructor and Description |
|---|
CreateRouteEntryRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
String |
getDestinationCidrBlock() |
String |
getNextHopId() |
List<CreateRouteEntryRequest.NextHopList> |
getNextHopLists() |
String |
getNextHopType() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<CreateRouteEntryResponse> |
getResponseClass() |
String |
getRouteTableId() |
void |
setClientToken(String clientToken) |
void |
setDestinationCidrBlock(String destinationCidrBlock) |
void |
setNextHopId(String nextHopId) |
void |
setNextHopLists(List<CreateRouteEntryRequest.NextHopList> nextHopLists) |
void |
setNextHopType(String nextHopType) |
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 getClientToken()
public void setClientToken(String clientToken)
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 String getNextHopType()
public void setNextHopType(String nextHopType)
public List<CreateRouteEntryRequest.NextHopList> getNextHopLists()
public void setNextHopLists(List<CreateRouteEntryRequest.NextHopList> nextHopLists)
public String getRouteTableId()
public void setRouteTableId(String routeTableId)
public Class<CreateRouteEntryResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<CreateRouteEntryResponse>Copyright © 2017. All Rights Reserved.