public class MessageCodeMatchKey extends MessageCodeKey
| Constructor and Description |
|---|
MessageCodeMatchKey(short version,
int value,
Class<?> clazz,
MatchPath matchPath)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MatchPath |
getMatchPath() |
int |
hashCode() |
String |
toString() |
getClazz, getMsgTypepublic MessageCodeMatchKey(short version,
int value,
Class<?> clazz,
MatchPath matchPath)
version - wire protocol versionvalue - used as distinguisher (read from binary data / buffer)clazz - class of object that is going to be deserializedmatchPath - match extension pathpublic MatchPath getMatchPath()
public int hashCode()
hashCode in class MessageCodeKeypublic boolean equals(Object obj)
equals in class MessageCodeKeypublic String toString()
toString in class MessageCodeKeyCopyright © 2019 OpenDaylight. All rights reserved.