Class EnhancedMessageCodeKey
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKey
-
- org.opendaylight.openflowjava.protocol.api.extensibility.EnhancedMessageCodeKey
-
public class EnhancedMessageCodeKey extends MessageCodeKey
Enhanced MessageCodeKey.- Author:
- michal.polkorab
-
-
Constructor Summary
Constructors Constructor Description EnhancedMessageCodeKey(org.opendaylight.yangtools.yang.common.Uint8 version, int value, int value2, Class<?> clazz)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
toString()
-
Methods inherited from class org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKey
getClazz, getMsgType
-
-
-
-
Constructor Detail
-
EnhancedMessageCodeKey
public EnhancedMessageCodeKey(org.opendaylight.yangtools.yang.common.Uint8 version, int value, int value2, Class<?> clazz)
Constructor.- Parameters:
version
- wire protocol versionvalue
- used as distinguishervalue2
- used as detailed distinguisherclazz
- class of object that is going to be deserialized
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMessageCodeKey
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classMessageCodeKey
-
toString
public String toString()
- Overrides:
toString
in classMessageCodeKey
-
-