Class NiciraActionSerializerKey
- java.lang.Object
-
- org.opendaylight.openflowjava.nx.api.NiciraActionSerializerKey
-
public class NiciraActionSerializerKey extends Object
Serializer key for a Nicira action.- Author:
- msunal
-
-
Constructor Summary
Constructors Constructor Description NiciraActionSerializerKey(short version, Class<? extends ActionChoice> subtype)Contructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Class<? extends ActionChoice>getSubtype()shortgetVersion()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
NiciraActionSerializerKey
public NiciraActionSerializerKey(short version, Class<? extends ActionChoice> subtype)Contructor.- Parameters:
version- protocol wire versionsubtype- nx_action_subtype
-
-
Method Detail
-
getVersion
public short getVersion()
-
getSubtype
public Class<? extends ActionChoice> getSubtype()
-
-