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
Key for an experimenter action serializer.
- Author:
- michal.polkorab
-
Constructor Summary
ConstructorDescriptionExperimenterActionSerializerKey
(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, org.opendaylight.yangtools.yang.common.Uint32 experimenterId, ExperimenterActionSubType actionSubType) Constructor. -
Method Summary
Methods inherited from class org.opendaylight.openflowjava.protocol.api.keys.ActionSerializerKey
toString
-
Constructor Details
-
ExperimenterActionSerializerKey
public ExperimenterActionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 msgVersion, org.opendaylight.yangtools.yang.common.Uint32 experimenterId, ExperimenterActionSubType actionSubType) Constructor.- Parameters:
msgVersion
- protocol wire versionexperimenterId
- experimenter / vendor IDactionSubType
- vendor defined subtype
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classActionSerializerKey<ExperimenterIdCase>
-
equals
- Overrides:
equals
in classActionSerializerKey<ExperimenterIdCase>
-