|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.route.model.GetRouteRequest
public class GetRouteRequest
Created by zhangjing60 on 17/8/2.
Constructor Summary | |
---|---|
GetRouteRequest()
|
Method Summary | |
---|---|
String |
getRouteTableId()
|
String |
getVersion()
|
String |
getVpcId()
|
void |
setRouteTableId(String routeTableId)
|
void |
setVersion(String version)
|
void |
setVpcId(String vpcId)
|
GetRouteRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
GetRouteRequest |
withRouteTableId(String routeTableId)
configure routeTableId for the request |
GetRouteRequest |
withVersion(String version)
Configure the version for the request |
GetRouteRequest |
withVpcId(String vpcId)
configure vpcId for the request |
Methods inherited from class com.baidubce.model.AbstractBceRequest |
---|
getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetRouteRequest()
Method Detail |
---|
public String getVersion()
public void setVersion(String version)
public String getRouteTableId()
public void setRouteTableId(String routeTableId)
public String getVpcId()
public void setVpcId(String vpcId)
public GetRouteRequest withVersion(String version)
version
- the API version numberpublic GetRouteRequest withRouteTableId(String routeTableId)
routeTableId
- the id of the route tablepublic GetRouteRequest withVpcId(String vpcId)
vpcId
- the vpcIdpublic GetRouteRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials
in class AbstractBceRequest
credentials
- a valid instance of BceCredentials.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |