Class MessageCodeMatchKey
- java.lang.Object
- 
- org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKey
- 
- org.opendaylight.openflowplugin.impl.protocol.deserialization.key.MessageCodeMatchKey
 
 
- 
 public class MessageCodeMatchKey extends MessageCodeKey 
- 
- 
Constructor SummaryConstructors Constructor Description MessageCodeMatchKey(org.opendaylight.yangtools.yang.common.Uint8 version, int value, Class<?> clazz, MatchPath matchPath)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)MatchPathgetMatchPath()inthashCode()StringtoString()- 
Methods inherited from class org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKeygetClazz, getMsgType
 
- 
 
- 
- 
- 
Constructor Detail- 
MessageCodeMatchKeypublic MessageCodeMatchKey(org.opendaylight.yangtools.yang.common.Uint8 version, int value, Class<?> clazz, MatchPath matchPath)Constructor.- Parameters:
- version- wire protocol version
- value- used as distinguisher (read from binary data / buffer)
- clazz- class of object that is going to be deserialized
- matchPath- match extension path
 
 
- 
 - 
Method Detail- 
getMatchPathpublic MatchPath getMatchPath() 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- MessageCodeKey
 
 - 
equalspublic boolean equals(Object obj) - Overrides:
- equalsin class- MessageCodeKey
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- MessageCodeKey
 
 
- 
 
-