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.Criterion
Criterion.IPv6ExthdrFlags, Criterion.TcpFlags, Criterion.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
toString()
long
tunnelId()
Gets the Tunnel ID to match.Criterion.Type
type()
Returns the type of criterion.
-
-
-
Method Detail
-
type
public Criterion.Type type()
Description copied from interface:Criterion
Returns the type of criterion.
-
tunnelId
public long tunnelId()
Gets the Tunnel ID to match.- Returns:
- the Tunnel ID to match (64 bits)
-
-