Class ExperimenterActionSerializerKey
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.api.keys.MessageTypeKey<Action>
-
- org.opendaylight.openflowjava.protocol.api.keys.ActionSerializerKey<ExperimenterIdCase>
-
- org.opendaylight.openflowjava.protocol.api.keys.ExperimenterActionSerializerKey
-
- All Implemented Interfaces:
ExperimenterSerializerKey
public final class ExperimenterActionSerializerKey extends ActionSerializerKey<ExperimenterIdCase>
Key for an experimenter action serializer.- Author:
- michal.polkorab
-
-
Constructor Summary
Constructors Constructor Description ExperimenterActionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, org.opendaylight.yangtools.yang.common.Uint32 experimenterId, Class<? extends ExperimenterActionSubType> actionSubType)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()-
Methods inherited from class org.opendaylight.openflowjava.protocol.api.keys.ActionSerializerKey
toString
-
-
-
-
Constructor Detail
-
ExperimenterActionSerializerKey
public ExperimenterActionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, org.opendaylight.yangtools.yang.common.Uint32 experimenterId, Class<? extends ExperimenterActionSubType> actionSubType)Constructor.- Parameters:
msgVersion- protocol wire versionexperimenterId- experimenter / vendor IDactionSubType- vendor defined subtype
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActionSerializerKey<ExperimenterIdCase>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classActionSerializerKey<ExperimenterIdCase>
-
-