Class TypeToClassKey
java.lang.Object
org.opendaylight.openflowjava.protocol.api.keys.TypeToClassKey
Key for a class type.
- Author:
- michal.polkorab
-
Constructor Summary
ConstructorDescriptionTypeToClassKey
(org.opendaylight.yangtools.yang.common.Uint8 version, int type) Constructor. -
Method Summary
-
Constructor Details
-
TypeToClassKey
public TypeToClassKey(org.opendaylight.yangtools.yang.common.Uint8 version, int type) Constructor.- Parameters:
version
- wire protocol versiontype
- message type / code
-
-
Method Details