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
Constructors Constructor Description InstructionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, Class<T> instructionType, Long experimenterId)Constructor.
-
-
-
Constructor Detail
-
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 Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classMessageTypeKey<Instruction>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classMessageTypeKey<Instruction>
-
toString
public String toString()
- Overrides:
toStringin classMessageTypeKey<Instruction>
-
-