Class EnhancedMessageCodeKey
java.lang.Object
org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKey
org.opendaylight.openflowjava.protocol.api.extensibility.EnhancedMessageCodeKey
Enhanced MessageCodeKey.
- Author:
- michal.polkorab
-
Constructor Summary
ConstructorDescriptionEnhancedMessageCodeKey
(org.opendaylight.yangtools.yang.common.Uint8 version, int value, int value2, Class<?> clazz) Constructor. -
Method Summary
Methods inherited from class org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKey
getClazz, getMsgType
-
Constructor Details
-
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 Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMessageCodeKey
-
equals
- Overrides:
equals
in classMessageCodeKey
-
toString
- Overrides:
toString
in classMessageCodeKey
-