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 SummaryConstructors Constructor Description EnhancedMessageCodeKey(short version, int value, int value2, Class<?> clazz)Constructor.
 - 
Method SummaryAll 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.MessageCodeKeygetClazz, getMsgType
 
- 
 
- 
- 
- 
Constructor Detail- 
EnhancedMessageCodeKeypublic EnhancedMessageCodeKey(short version, int value, int value2, Class<?> clazz)Constructor.- Parameters:
- version- wire protocol version
- value- used as distinguisher
- value2- used as detailed distinguisher
- clazz- class of object that is going to be deserialized
 
 
- 
 - 
Method Detail- 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- MessageCodeKey
 
 - 
equalspublic boolean equals(Object obj) - Overrides:
- equalsin class- MessageCodeKey
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- MessageCodeKey
 
 
- 
 
-