Class ExperimenterInstructionSerializerKey
java.lang.Object
org.opendaylight.openflowjava.protocol.api.keys.MessageTypeKey<Instruction>
org.opendaylight.openflowjava.protocol.api.keys.InstructionSerializerKey<ExperimenterIdCase>
org.opendaylight.openflowjava.protocol.api.keys.ExperimenterInstructionSerializerKey
- All Implemented Interfaces:
ExperimenterSerializerKey
public final class ExperimenterInstructionSerializerKey
extends InstructionSerializerKey<ExperimenterIdCase>
Key for an experimenter instruction serializer.
- Author:
- michal.polkorab
-
Constructor Summary
ConstructorDescriptionExperimenterInstructionSerializerKey
(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, Long experimenterId) Constructor. -
Method Summary
Methods inherited from class org.opendaylight.openflowjava.protocol.api.keys.InstructionSerializerKey
equals, hashCode, toString
-
Constructor Details
-
ExperimenterInstructionSerializerKey
public ExperimenterInstructionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, Long experimenterId) Constructor.- Parameters:
msgVersion
- protocol wire versionexperimenterId
- experimenter / vendor ID
-