Class MatchEntrySerializerKey<C extends OxmClassBase,F extends MatchField>
java.lang.Object
org.opendaylight.openflowjava.protocol.api.keys.MessageTypeKey<MatchEntry>
org.opendaylight.openflowjava.protocol.api.keys.MatchEntrySerializerKey<C,F>
- Type Parameters:
C
- oxm_class (see specification)F
- oxm_field (see specification)
- All Implemented Interfaces:
ExperimenterSerializerKey
public final class MatchEntrySerializerKey<C extends OxmClassBase,F extends MatchField>
extends MessageTypeKey<MatchEntry>
implements ExperimenterSerializerKey
Key for a match entry serializer.
- Author:
- michal.polkorab
-
Constructor Summary
ConstructorDescriptionMatchEntrySerializerKey
(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, C oxmClass, F oxmField) Constructor. -
Method Summary
-
Constructor Details
-
Method Details
-
setExperimenterId
public void setExperimenterId(org.opendaylight.yangtools.yang.common.Uint32 experimenterId) Sets the experimenter id.- Parameters:
experimenterId
- experimenter / vendor ID
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMessageTypeKey<MatchEntry>
-
equals
- Overrides:
equals
in classMessageTypeKey<MatchEntry>
-
toString
- Overrides:
toString
in classMessageTypeKey<MatchEntry>
-