Class HostRoute

java.lang.Object
com.woorea.openstack.quantum.model.HostRoute
All Implemented Interfaces:
Serializable

public class HostRoute extends Object implements Serializable
See Also:
  • Field Details

    • destination

      private String destination
    • nexthop

      private String nexthop
  • Constructor Details

    • HostRoute

      public HostRoute()
  • Method Details

    • getDestination

      public String getDestination()
    • setDestination

      public void setDestination(String destination)
    • getNexthop

      public String getNexthop()
    • setNexthop

      public void setNexthop(String nexthop)
    • toString

      public String toString()
      Overrides:
      toString in class Object