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 boolean
equals(java.lang.Object other)
abstract int
hashCode()
abstract java.lang.String
toString()
-
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:
equals
in classjava.lang.Object
-
hashCode
public abstract int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public abstract java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-