Class ArpPaCriterion
- java.lang.Object
-
- org.onosproject.net.flow.criteria.ArpPaCriterion
-
-
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()Ip4Addressip()Gets the Ip4 Address 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.
-
ip
public Ip4Address ip()
Gets the Ip4 Address to match.- Returns:
- the Ip4 Address to match
-
-