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(short msgVersion, Class<T> instructionType, Long experimenterId)
Constructor.
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMessageTypeKey<Instruction>
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classMessageTypeKey<Instruction>
-
toString
public String toString()
- Overrides:
toString
in classMessageTypeKey<Instruction>
-
-