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 SummaryConstructorsConstructorDescriptionExperimenterInstructionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, Long experimenterId) Constructor.
- 
Method SummaryMethods inherited from class org.opendaylight.openflowjava.protocol.api.keys.InstructionSerializerKeyequals, hashCode, toString
- 
Constructor Details- 
ExperimenterInstructionSerializerKeypublic ExperimenterInstructionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, Long experimenterId) Constructor.- Parameters:
- msgVersion- protocol wire version
- experimenterId- experimenter / vendor ID
 
 
-