Class ArpHaCriterion
- java.lang.Object
 - 
- org.onosproject.net.flow.criteria.ArpHaCriterion
 
 
- 
- 
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(java.lang.Object obj)inthashCode()MacAddressmac()Gets the MAC Address to match.java.lang.StringtoString()Criterion.Typetype()Returns the type of criterion. 
 - 
 
- 
- 
Method Detail
- 
type
public Criterion.Type type()
Description copied from interface:CriterionReturns the type of criterion. 
- 
mac
public MacAddress mac()
Gets the MAC Address to match.- Returns:
 - the MAC Address to match
 
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -