Package org.opendaylight.neutron.spi
Class NeutronL2gatewayDevice
- java.lang.Object
 - 
- org.opendaylight.neutron.spi.NeutronID
 - 
- org.opendaylight.neutron.spi.NeutronL2gatewayDevice
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class NeutronL2gatewayDevice extends NeutronID
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NeutronL2gatewayDevice() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceName()List<NeutronL2gatewayDeviceInterface>getNeutronL2gatewayDeviceInterfaces()voidsetDeviceName(String deviceName)voidsetNeutronL2gatewayDeviceInterfaces(List<NeutronL2gatewayDeviceInterface> newL2gatewayDeviceInterfaces)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getDeviceName
public String getDeviceName()
 
- 
setDeviceName
public void setDeviceName(String deviceName)
 
- 
getNeutronL2gatewayDeviceInterfaces
public List<NeutronL2gatewayDeviceInterface> getNeutronL2gatewayDeviceInterfaces()
 
- 
setNeutronL2gatewayDeviceInterfaces
public void setNeutronL2gatewayDeviceInterfaces(List<NeutronL2gatewayDeviceInterface> newL2gatewayDeviceInterfaces)
 
 - 
 
 -