Package org.opendaylight.neutron.spi
Class NeutronL2gatewayDeviceInterface
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronL2gatewayDeviceInterface
-
- All Implemented Interfaces:
Serializable
public final class NeutronL2gatewayDeviceInterface extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronL2gatewayDeviceInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInterfaceName()
List<Integer>
getSegmentationId()
void
setInterfaceName(String interfaceName)
void
setSegmentationId(List<Integer> segmentationId)
String
toString()
-