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
Constructors Constructor Description MatchEntrySerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, Class<C> oxmClass, Class<F> oxmField)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
void
setExperimenterId(org.opendaylight.yangtools.yang.common.Uint32 experimenterId)
Sets the experimenter id.String
toString()
-
-
-
Method Detail
-
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
public boolean equals(Object obj)
- Overrides:
equals
in classMessageTypeKey<MatchEntry>
-
toString
public String toString()
- Overrides:
toString
in classMessageTypeKey<MatchEntry>
-
-