Class ActionSerializerKey<T extends ActionChoice>

    • Constructor Detail

      • ActionSerializerKey

        public 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