Class TunnelIdCriterion
- java.lang.Object
- 
- org.onosproject.net.flow.criteria.TunnelIdCriterion
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.onosproject.net.flow.criteria.CriterionCriterion.IPv6ExthdrFlags, Criterion.TcpFlags, Criterion.Type
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()StringtoString()longtunnelId()Gets the Tunnel ID to match.Criterion.Typetype()Returns the type of criterion.
 
- 
- 
- 
Method Detail- 
typepublic Criterion.Type type() Description copied from interface:CriterionReturns the type of criterion.
 - 
tunnelIdpublic long tunnelId() Gets the Tunnel ID to match.- Returns:
- the Tunnel ID to match (64 bits)
 
 
- 
 
-