com.aliyuncs.ecs.model.v20140526
类 CreateRouteEntryRequest

java.lang.Object
  继承者 com.aliyuncs.http.HttpRequest
      继承者 com.aliyuncs.AcsRequest<T>
          继承者 com.aliyuncs.RpcAcsRequest<CreateRouteEntryResponse>
              继承者 com.aliyuncs.ecs.model.v20140526.CreateRouteEntryRequest

public class CreateRouteEntryRequest
extends com.aliyuncs.RpcAcsRequest<CreateRouteEntryResponse>

版本:
作者:
auto create

嵌套类摘要
static class CreateRouteEntryRequest.NextHopList
           
 
字段摘要
 
从类 com.aliyuncs.AcsRequest 继承的字段
composer
 
从类 com.aliyuncs.http.HttpRequest 继承的字段
content, contentType, encoding, headers
 
构造方法摘要
CreateRouteEntryRequest()
           
 
方法摘要
 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)
           
 
从类 com.aliyuncs.RpcAcsRequest 继承的方法
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequest
 
从类 com.aliyuncs.AcsRequest 继承的方法
concatQueryString, getAcceptFormat, getActionName, getDomainParameters, getProduct, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setParameter, setProtocol, setRegionId
 
从类 com.aliyuncs.http.HttpRequest 继承的方法
getContent, getContentType, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getMethod, getUrl, putHeaderParameter, setContent, setContentType, setEncoding, setMethod, setUrl
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CreateRouteEntryRequest

public CreateRouteEntryRequest()
方法详细信息

getNextHopLists

public List<CreateRouteEntryRequest.NextHopList> getNextHopLists()

setNextHopLists

public void setNextHopLists(List<CreateRouteEntryRequest.NextHopList> nextHopLists)

getOwnerId

public Long getOwnerId()

setOwnerId

public void setOwnerId(Long ownerId)

getResourceOwnerAccount

public String getResourceOwnerAccount()

setResourceOwnerAccount

public void setResourceOwnerAccount(String resourceOwnerAccount)

getResourceOwnerId

public Long getResourceOwnerId()

setResourceOwnerId

public void setResourceOwnerId(Long resourceOwnerId)

getRouteTableId

public String getRouteTableId()

setRouteTableId

public void setRouteTableId(String routeTableId)

getDestinationCidrBlock

public String getDestinationCidrBlock()

setDestinationCidrBlock

public void setDestinationCidrBlock(String destinationCidrBlock)

getNextHopId

public String getNextHopId()

setNextHopId

public void setNextHopId(String nextHopId)

getClientToken

public String getClientToken()

setClientToken

public void setClientToken(String clientToken)

getNextHopType

public String getNextHopType()

setNextHopType

public void setNextHopType(String nextHopType)

getOwnerAccount

public String getOwnerAccount()

setOwnerAccount

public void setOwnerAccount(String ownerAccount)

getResponseClass

public Class<CreateRouteEntryResponse> getResponseClass()
指定者:
com.aliyuncs.AcsRequest<CreateRouteEntryResponse> 中的 getResponseClass


Copyright © 2016. All Rights Reserved.