Package org.opendaylight.neutron.spi
Class NeutronL2gatewayConnection
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronID
-
- org.opendaylight.neutron.spi.NeutronObject<T>
-
- org.opendaylight.neutron.spi.NeutronBaseAttributes<NeutronL2gatewayConnection>
-
- org.opendaylight.neutron.spi.NeutronL2gatewayConnection
-
- All Implemented Interfaces:
Serializable,INeutronBaseAttributes<NeutronL2gatewayConnection>,INeutronObject<NeutronL2gatewayConnection>
public final class NeutronL2gatewayConnection extends NeutronBaseAttributes<NeutronL2gatewayConnection>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronL2gatewayConnection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanextractField(String field, NeutronL2gatewayConnection ans)StringgetL2gatewayID()StringgetNetworkID()StringgetPortID()IntegergetSegmentID()voidsetL2gatewayID(String l2gatewayID)voidsetNetworkID(String networkID)voidsetPortID(String portID)voidsetSegmentID(Integer segmentID)StringtoString()-
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
-
getL2gatewayID
public String getL2gatewayID()
-
getNetworkID
public String getNetworkID()
-
getSegmentID
public Integer getSegmentID()
-
setL2gatewayID
public void setL2gatewayID(String l2gatewayID)
-
setNetworkID
public void setNetworkID(String networkID)
-
setSegmentID
public void setSegmentID(Integer segmentID)
-
getPortID
public String getPortID()
-
setPortID
public void setPortID(String portID)
-
extractField
protected boolean extractField(String field, NeutronL2gatewayConnection ans)
- Overrides:
extractFieldin classNeutronBaseAttributes<NeutronL2gatewayConnection>
-
toString
public String toString()
- Overrides:
toStringin classNeutronObject<NeutronL2gatewayConnection>
-
-