com.baidubce.services.route.model
Class RouteRule
java.lang.Object
com.baidubce.services.route.model.RouteRule
public class RouteRule
- extends Object
Created by zhangjing60 on 17/8/2.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteRule
public RouteRule()
getRouteRuleId
public String getRouteRuleId()
setRouteRuleId
public void setRouteRuleId(String routeRuleId)
getSourceAddress
public String getSourceAddress()
setSourceAddress
public void setSourceAddress(String sourceAddress)
getRouteTableId
public String getRouteTableId()
setRouteTableId
public void setRouteTableId(String routeTableId)
getDestinationAddress
public String getDestinationAddress()
setDestinationAddress
public void setDestinationAddress(String destinationAddress)
getNexthopId
public String getNexthopId()
setNexthopId
public void setNexthopId(String nexthopId)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getNexthopType
public String getNexthopType()
setNexthopType
public void setNexthopType(String nexthopType)
Copyright © 2018. All rights reserved.