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 SummaryConstructorsConstructorDescriptionEnhancedMessageCodeKey(org.opendaylight.yangtools.yang.common.Uint8 version, int value, int value2, Class<?> clazz) Constructor.
- 
Method SummaryMethods inherited from class org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKeygetClazz, getMsgType
- 
Constructor Details- 
EnhancedMessageCodeKeypublic EnhancedMessageCodeKey(org.opendaylight.yangtools.yang.common.Uint8 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 Details- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- MessageCodeKey
 
- 
equals- Overrides:
- equalsin class- MessageCodeKey
 
- 
toString- Overrides:
- toStringin class- MessageCodeKey
 
 
-