com.baidubce.services.route.model
Class RouteRule

java.lang.Object
  extended by com.baidubce.services.route.model.RouteRule

public class RouteRule
extends Object

Created by zhangjing60 on 17/8/2.


Constructor Summary
RouteRule()
           
 
Method Summary
 String getDescription()
           
 String getDestinationAddress()
           
 String getNexthopId()
           
 String getNexthopType()
           
 String getRouteRuleId()
           
 String getRouteTableId()
           
 String getSourceAddress()
           
 void setDescription(String description)
           
 void setDestinationAddress(String destinationAddress)
           
 void setNexthopId(String nexthopId)
           
 void setNexthopType(String nexthopType)
           
 void setRouteRuleId(String routeRuleId)
           
 void setRouteTableId(String routeTableId)
           
 void setSourceAddress(String sourceAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteRule

public RouteRule()
Method Detail

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.