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 SummaryConstructorsConstructorDescriptionInstructionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, Class<T> instructionType, Long experimenterId) Constructor.
- 
Method Summary
- 
Constructor Details- 
InstructionSerializerKeypublic InstructionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, Class<T> instructionType, Long experimenterId) Constructor.- Parameters:
- msgVersion- protocol wire version
- instructionType- type of instruction
- experimenterId- experimenter / vendor ID
 
 
- 
- 
Method Details- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- MessageTypeKey<Instruction>
 
- 
equals- Overrides:
- equalsin class- MessageTypeKey<Instruction>
 
- 
toString- Overrides:
- toStringin class- MessageTypeKey<Instruction>
 
 
-