Class MatchInfo
- java.lang.Object
-
- org.opendaylight.genius.mdsalutil.MatchInfo
-
- All Implemented Interfaces:
MatchInfoBase
- Direct Known Subclasses:
EricMatchInfoHelper,MatchInfoHelper,MatchInPort
public abstract class MatchInfo extends java.lang.Object implements MatchInfoBase
-
-
Constructor Summary
Constructors Constructor Description MatchInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanequals(java.lang.Object other)abstract inthashCode()abstract java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opendaylight.genius.mdsalutil.MatchInfoBase
createInnerMatchBuilder, setMatch
-
-
-
-
Method Detail
-
equals
public abstract boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public abstract int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public abstract java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-