Class ActionSerializerKey<T extends ActionChoice>
- java.lang.Object
- 
- org.opendaylight.openflowjava.protocol.api.keys.MessageTypeKey<Action>
- 
- org.opendaylight.openflowjava.protocol.api.keys.ActionSerializerKey<T>
 
 
- 
- Type Parameters:
- T- action type
 - All Implemented Interfaces:
- ExperimenterSerializerKey
 - Direct Known Subclasses:
- ExperimenterActionSerializerKey
 
 public class ActionSerializerKey<T extends ActionChoice> extends MessageTypeKey<Action> implements ExperimenterSerializerKey Key for an action serializer.- Author:
- michal.polkorab
 
- 
- 
Constructor SummaryConstructors Constructor Description ActionSerializerKey(short msgVersion, Class<T> actionType, Long experimenterId)Deprecated, for removal: This API element is subject to removal in a future version.ActionSerializerKey(short msgVersion, Class<T> actionType, org.opendaylight.yangtools.yang.common.Uint32 experimenterId)Constructor.
 
- 
- 
- 
Constructor Detail- 
ActionSerializerKeypublic ActionSerializerKey(short msgVersion, Class<T> actionType, org.opendaylight.yangtools.yang.common.Uint32 experimenterId)Constructor.- Parameters:
- msgVersion- protocol wire version
- actionType- type of action
- experimenterId- experimenter / vendor ID
 
 - 
ActionSerializerKey@Deprecated(forRemoval=true) public ActionSerializerKey(short msgVersion, Class<T> actionType, Long experimenterId) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.- Parameters:
- msgVersion- protocol wire version
- actionType- type of action
- experimenterId- experimenter / vendor ID
 
 
- 
 - 
Method Detail- 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- MessageTypeKey<Action>
 
 - 
equalspublic boolean equals(Object obj) - Overrides:
- equalsin class- MessageTypeKey<Action>
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- MessageTypeKey<Action>
 
 
- 
 
-