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.CriterionCriterion.IPv6ExthdrFlags, Criterion.TcpFlags, Criterion.Type
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()shorticmpv6Code()Gets the ICMPv6 code to match.java.lang.StringtoString()Criterion.Typetype()Returns the type of criterion.
 
- 
- 
- 
Method Detail- 
typepublic Criterion.Type type() Description copied from interface:CriterionReturns the type of criterion.
 - 
icmpv6Codepublic short icmpv6Code() Gets the ICMPv6 code to match.- Returns:
- the ICMPv6 code to match (8 bits unsigned integer)
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-