Class NiciraActionSerializerKey
java.lang.Object
org.opendaylight.openflowjava.nx.api.NiciraActionSerializerKey
Serializer key for a Nicira action.
- Author:
- msunal
-
Constructor Summary
ConstructorDescriptionNiciraActionSerializerKey
(org.opendaylight.yangtools.yang.common.Uint8 version, Class<? extends ActionChoice> subtype) Contructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Class
<? extends ActionChoice> org.opendaylight.yangtools.yang.common.Uint8
int
hashCode()
toString()
-
Constructor Details
-
NiciraActionSerializerKey
public NiciraActionSerializerKey(org.opendaylight.yangtools.yang.common.Uint8 version, Class<? extends ActionChoice> subtype) Contructor.- Parameters:
version
- protocol wire versionsubtype
- nx_action_subtype
-
-
Method Details