Package org.opendaylight.neutron.spi
Class NeutronL2gateway
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronID
-
- org.opendaylight.neutron.spi.NeutronObject<T>
-
- org.opendaylight.neutron.spi.NeutronBaseAttributes<NeutronL2gateway>
-
- org.opendaylight.neutron.spi.NeutronL2gateway
-
- All Implemented Interfaces:
Serializable
,INeutronBaseAttributes<NeutronL2gateway>
,INeutronObject<NeutronL2gateway>
public final class NeutronL2gateway extends NeutronBaseAttributes<NeutronL2gateway>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronL2gateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
extractField(String field, NeutronL2gateway ans)
List<NeutronL2gatewayDevice>
getNeutronL2gatewayDevices()
void
setNeutronL2gatewayDevices(List<NeutronL2gatewayDevice> newL2gatewayDevices)
String
toString()
-
Methods inherited from class org.opendaylight.neutron.spi.NeutronBaseAttributes
getName, setName
-
Methods inherited from class org.opendaylight.neutron.spi.NeutronObject
extractFields, getProjectID, getRevisionNumber, getTenantID, initDefaults, setProjectID, setRevisionNumber, setTenantID, setTenantID
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opendaylight.neutron.spi.INeutronObject
extractFields, getID, getProjectID, getRevisionNumber, getTenantID, initDefaults, setID, setProjectID, setRevisionNumber, setTenantID, setTenantID
-
-
-
-
Method Detail
-
getNeutronL2gatewayDevices
public List<NeutronL2gatewayDevice> getNeutronL2gatewayDevices()
-
setNeutronL2gatewayDevices
public void setNeutronL2gatewayDevices(List<NeutronL2gatewayDevice> newL2gatewayDevices)
-
extractField
protected boolean extractField(String field, NeutronL2gateway ans)
- Overrides:
extractField
in classNeutronBaseAttributes<NeutronL2gateway>
-
toString
public String toString()
- Overrides:
toString
in classNeutronObject<NeutronL2gateway>
-
-