Package org.opendaylight.neutron.spi
Class NeutronRoute
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronRoute
-
- All Implemented Interfaces:
Serializable
public final class NeutronRoute extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronRoute()
HostRoute constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDestination()
String
getNextHop()
void
setDestination(String destination)
void
setNextHop(String nextHop)
String
toString()
-