Package org.opendaylight.neutron.spi
Class NeutronRouterInterface
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronID
-
- org.opendaylight.neutron.spi.NeutronObject<NeutronRouterInterface>
-
- org.opendaylight.neutron.spi.NeutronRouterInterface
-
- All Implemented Interfaces:
Serializable
,INeutronObject<NeutronRouterInterface>
public final class NeutronRouterInterface extends NeutronObject<NeutronRouterInterface>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronRouterInterface()
NeutronRouterInterface(String subnetUUID, String portUUID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
extractField(String field, NeutronRouterInterface ans)
String
getPortUUID()
String
getSubnetUUID()
void
setPortUUID(String portUUID)
void
setSubnetUUID(String subnetUUID)
String
toString()
-
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
getID, setID
-
-
-
-
Method Detail
-
getSubnetUUID
public String getSubnetUUID()
-
setSubnetUUID
public void setSubnetUUID(String subnetUUID)
-
getPortUUID
public String getPortUUID()
-
setPortUUID
public void setPortUUID(String portUUID)
-
extractField
protected boolean extractField(String field, NeutronRouterInterface ans)
- Overrides:
extractField
in classNeutronObject<NeutronRouterInterface>
-
toString
public String toString()
- Overrides:
toString
in classNeutronObject<NeutronRouterInterface>
-
-