Package org.opendaylight.neutron.spi
Class NeutronTapFlow
- java.lang.Object
- 
- org.opendaylight.neutron.spi.NeutronID
- 
- org.opendaylight.neutron.spi.NeutronObject<T>
- 
- org.opendaylight.neutron.spi.NeutronBaseAttributes<NeutronTapFlow>
- 
- org.opendaylight.neutron.spi.NeutronTapFlow
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- INeutronBaseAttributes<NeutronTapFlow>,- INeutronObject<NeutronTapFlow>
 
 public final class NeutronTapFlow extends NeutronBaseAttributes<NeutronTapFlow> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NeutronTapFlow()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanextractField(String field, NeutronTapFlow ans)StringgetTapFlowDirection()StringgetTapFlowServiceID()StringgetTapFlowSourcePort()voidsetTapFlowDirection(String direction)voidsetTapFlowServiceID(String tapService)voidsetTapFlowSourcePort(String sourcePort)StringtoString()- 
Methods inherited from class org.opendaylight.neutron.spi.NeutronBaseAttributesgetName, setName
 - 
Methods inherited from class org.opendaylight.neutron.spi.NeutronObjectextractFields, getProjectID, getRevisionNumber, getTenantID, initDefaults, setProjectID, setRevisionNumber, setTenantID, setTenantID
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.opendaylight.neutron.spi.INeutronObjectextractFields, getID, getProjectID, getRevisionNumber, getTenantID, initDefaults, setID, setProjectID, setRevisionNumber, setTenantID, setTenantID
 
- 
 
- 
- 
- 
Method Detail- 
getTapFlowServiceIDpublic String getTapFlowServiceID() 
 - 
setTapFlowServiceIDpublic void setTapFlowServiceID(String tapService) 
 - 
getTapFlowDirectionpublic String getTapFlowDirection() 
 - 
setTapFlowDirectionpublic void setTapFlowDirection(String direction) 
 - 
getTapFlowSourcePortpublic String getTapFlowSourcePort() 
 - 
setTapFlowSourcePortpublic void setTapFlowSourcePort(String sourcePort) 
 - 
extractFieldprotected boolean extractField(String field, NeutronTapFlow ans) - Overrides:
- extractFieldin class- NeutronBaseAttributes<NeutronTapFlow>
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- NeutronObject<NeutronTapFlow>
 
 
- 
 
-