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 booleanequals(Object obj)inthashCode()StringtoString()-
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:
hashCodein classMessageCodeKey
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classMessageCodeKey
-
toString
public String toString()
- Overrides:
toStringin classMessageCodeKey
-
-