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(org.opendaylight.yangtools.yang.common.Uint8 version, Class<? extends ActionChoice> subtype)
Contructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Class<? extends ActionChoice>
getSubtype()
org.opendaylight.yangtools.yang.common.Uint8
getVersion()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
NiciraActionSerializerKey
public NiciraActionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 version, Class<? extends ActionChoice> subtype)
Contructor.- Parameters:
version
- protocol wire versionsubtype
- nx_action_subtype
-
-
Method Detail
-
getVersion
public org.opendaylight.yangtools.yang.common.Uint8 getVersion()
-
getSubtype
public Class<? extends ActionChoice> getSubtype()
-
-