public class EnhancedMessageCodeKey extends MessageCodeKey
Constructor and Description |
---|
EnhancedMessageCodeKey(short version,
int value,
int value2,
Class<?> clazz)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
getClazz, getMsgType
public EnhancedMessageCodeKey(short version, int value, int value2, Class<?> clazz)
version
- wire protocol versionvalue
- used as distinguishervalue2
- used as detailed distinguisherclazz
- class of object that is going to be deserializedpublic int hashCode()
hashCode
in class MessageCodeKey
public boolean equals(Object obj)
equals
in class MessageCodeKey
public String toString()
toString
in class MessageCodeKey
Copyright © 2020 OpenDaylight. All rights reserved.