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 Summary
ConstructorDescriptionInstructionSerializerKey
(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, Class<T> instructionType, Long experimenterId) Constructor. -
Method Summary
-
Constructor Details
-
InstructionSerializerKey
public InstructionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, Class<T> instructionType, Long experimenterId) Constructor.- Parameters:
msgVersion
- protocol wire versioninstructionType
- type of instructionexperimenterId
- experimenter / vendor ID
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMessageTypeKey<Instruction>
-
equals
- Overrides:
equals
in classMessageTypeKey<Instruction>
-
toString
- Overrides:
toString
in classMessageTypeKey<Instruction>
-