Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.bi.ba.notification.rev150205.OutOfPixieDustNotification
-
Packages that use OutOfPixieDustNotification Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.bi.ba.notification.rev150205 -
-
Uses of OutOfPixieDustNotification in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.bi.ba.notification.rev150205
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.bi.ba.notification.rev150205 with type parameters of type OutOfPixieDustNotification Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<OutOfPixieDustNotification>>
E$$OutOfPixieDustNotificationBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.bi.ba.notification.rev150205 that return OutOfPixieDustNotification Modifier and Type Method Description @NonNull OutOfPixieDustNotificationOutOfPixieDustNotificationBuilder. build()A newOutOfPixieDustNotificationinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.bi.ba.notification.rev150205 that return types with arguments of type OutOfPixieDustNotification Modifier and Type Method Description default Class<OutOfPixieDustNotification>OutOfPixieDustNotification. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.bi.ba.notification.rev150205 with parameters of type OutOfPixieDustNotification Modifier and Type Method Description static booleanOutOfPixieDustNotification. bindingEquals(@NonNull OutOfPixieDustNotification thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intOutOfPixieDustNotification. bindingHashCode(@NonNull OutOfPixieDustNotification obj)Default implementation ofObject.hashCode()contract for this interface.static StringOutOfPixieDustNotification. bindingToString(@NonNull OutOfPixieDustNotification obj)Default implementation ofObject.toString()contract for this interface.voidOpendaylightTestNotificationListener. onOutOfPixieDustNotification(OutOfPixieDustNotification notification)Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.bi.ba.notification.rev150205 with type arguments of type OutOfPixieDustNotification Modifier and Type Method Description OutOfPixieDustNotificationBuilderOutOfPixieDustNotificationBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<OutOfPixieDustNotification> augmentation)Add an augmentation to this builder's product.OutOfPixieDustNotificationBuilderOutOfPixieDustNotificationBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OutOfPixieDustNotification>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.bi.ba.notification.rev150205 with parameters of type OutOfPixieDustNotification Constructor Description OutOfPixieDustNotificationBuilder(OutOfPixieDustNotification base)Construct a builder initialized with state from specifiedOutOfPixieDustNotification.
-