Class InstructionSerializerKey<T extends InstructionChoice>
- java.lang.Object
- 
- org.opendaylight.openflowjava.protocol.api.keys.MessageTypeKey<Instruction>
- 
- org.opendaylight.openflowjava.protocol.api.keys.InstructionSerializerKey<T>
 
 
- 
- Type Parameters:
- T- instruction type
 - All Implemented Interfaces:
- ExperimenterSerializerKey
 - Direct Known Subclasses:
- ExperimenterInstructionSerializerKey
 
 public class InstructionSerializerKey<T extends InstructionChoice> extends MessageTypeKey<Instruction> implements ExperimenterSerializerKey Key for an instruction serializer.- Author:
- michal.polkorab
 
- 
- 
Constructor SummaryConstructors Constructor Description InstructionSerializerKey(short msgVersion, Class<T> instructionType, Long experimenterId)Constructor.
 
- 
- 
- 
Method Detail- 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- MessageTypeKey<Instruction>
 
 - 
equalspublic boolean equals(Object obj) - Overrides:
- equalsin class- MessageTypeKey<Instruction>
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- MessageTypeKey<Instruction>
 
 
- 
 
-