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 boolean
extractField(String field, NeutronL2gatewayConnection ans)
String
getL2gatewayID()
String
getNetworkID()
String
getPortID()
Integer
getSegmentID()
void
setL2gatewayID(String l2gatewayID)
void
setNetworkID(String networkID)
void
setPortID(String portID)
void
setSegmentID(Integer segmentID)
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
-
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:
extractField
in classNeutronBaseAttributes<NeutronL2gatewayConnection>
-
toString
public String toString()
- Overrides:
toString
in classNeutronObject<NeutronL2gatewayConnection>
-
-