Class Icmpv6CodeCriterion
- java.lang.Object
 - 
- org.onosproject.net.flow.criteria.Icmpv6CodeCriterion
 
 
- 
- 
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 booleanequals(Object obj)inthashCode()shorticmpv6Code()Gets the ICMPv6 code to match.StringtoString()Criterion.Typetype()Returns the type of criterion. 
 - 
 
- 
- 
Method Detail
- 
type
public Criterion.Type type()
Description copied from interface:CriterionReturns the type of criterion. 
- 
icmpv6Code
public short icmpv6Code()
Gets the ICMPv6 code to match.- Returns:
 - the ICMPv6 code to match (8 bits unsigned integer)
 
 
 - 
 
 -