Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.node.error.service.rev140410.BadMatchErrorNotification
-
Packages that use BadMatchErrorNotification Package Description org.opendaylight.openflowplugin.test org.opendaylight.yang.gen.v1.urn.opendaylight.node.error.service.rev140410 -
-
Uses of BadMatchErrorNotification in org.opendaylight.openflowplugin.test
Methods in org.opendaylight.openflowplugin.test with parameters of type BadMatchErrorNotification Modifier and Type Method Description voidNodeErrorListenerLoggingImpl. onBadMatchErrorNotification(BadMatchErrorNotification notification)Deprecated. -
Uses of BadMatchErrorNotification in org.opendaylight.yang.gen.v1.urn.opendaylight.node.error.service.rev140410
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.node.error.service.rev140410 with type parameters of type BadMatchErrorNotification Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BadMatchErrorNotification>>
E$$BadMatchErrorNotificationBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.node.error.service.rev140410 that return BadMatchErrorNotification Modifier and Type Method Description BadMatchErrorNotificationBadMatchErrorNotificationBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.node.error.service.rev140410 that return types with arguments of type BadMatchErrorNotification Modifier and Type Method Description default Class<BadMatchErrorNotification>BadMatchErrorNotification. implementedInterface()Deprecated.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.node.error.service.rev140410 with parameters of type BadMatchErrorNotification Modifier and Type Method Description static booleanBadMatchErrorNotification. bindingEquals(@NonNull BadMatchErrorNotification thisObj, Object obj)Deprecated.Default implementation ofObject.equals(Object)contract for this interface.static intBadMatchErrorNotification. bindingHashCode(@NonNull BadMatchErrorNotification obj)Deprecated.Default implementation ofObject.hashCode()contract for this interface.static StringBadMatchErrorNotification. bindingToString(@NonNull BadMatchErrorNotification obj)Deprecated.Default implementation ofObject.toString()contract for this interface.voidNodeErrorListener. onBadMatchErrorNotification(BadMatchErrorNotification notification)Deprecated.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.node.error.service.rev140410 with type arguments of type BadMatchErrorNotification Modifier and Type Method Description BadMatchErrorNotificationBuilderBadMatchErrorNotificationBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<BadMatchErrorNotification> augmentation)Add an augmentation to this builder's product.BadMatchErrorNotificationBuilderBadMatchErrorNotificationBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BadMatchErrorNotification>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.node.error.service.rev140410 with parameters of type BadMatchErrorNotification Constructor Description BadMatchErrorNotificationBuilder(BadMatchErrorNotification base)
-