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 Summary
Constructors Constructor Description NeutronTapFlow() 
- 
Method Summary
All 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.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
- 
getTapFlowServiceID
public String getTapFlowServiceID()
 
- 
setTapFlowServiceID
public void setTapFlowServiceID(String tapService)
 
- 
getTapFlowDirection
public String getTapFlowDirection()
 
- 
setTapFlowDirection
public void setTapFlowDirection(String direction)
 
- 
getTapFlowSourcePort
public String getTapFlowSourcePort()
 
- 
setTapFlowSourcePort
public void setTapFlowSourcePort(String sourcePort)
 
- 
extractField
protected boolean extractField(String field, NeutronTapFlow ans)
- Overrides:
 extractFieldin classNeutronBaseAttributes<NeutronTapFlow>
 
- 
toString
public String toString()
- Overrides:
 toStringin classNeutronObject<NeutronTapFlow>
 
 - 
 
 -