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 StringgetDestination()StringgetNextHop()voidsetDestination(String destination)voidsetNextHop(String nextHop)StringtoString()
-