Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.NotificationComplete
-
Packages that use NotificationComplete Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 -
-
Uses of NotificationComplete in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 with type parameters of type NotificationComplete Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NotificationComplete>>
E$$NotificationCompleteBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 that return NotificationComplete Modifier and Type Method Description NotificationCompleteNotificationCompleteBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 that return types with arguments of type NotificationComplete Modifier and Type Method Description default Class<NotificationComplete>NotificationComplete. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 with parameters of type NotificationComplete Modifier and Type Method Description static booleanNotificationComplete. bindingEquals(@NonNull NotificationComplete thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intNotificationComplete. bindingHashCode(@NonNull NotificationComplete obj)Default implementation ofObject.hashCode()contract for this interface.static StringNotificationComplete. bindingToString(@NonNull NotificationComplete obj)Default implementation ofObject.toString()contract for this interface.voidNcNotificationsListener. onNotificationComplete(NotificationComplete notification)This notification is sent to signal the end of a notification subscription.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 with type arguments of type NotificationComplete Modifier and Type Method Description NotificationCompleteBuilderNotificationCompleteBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NotificationComplete> augmentation)Add an augmentation to this builder's product.NotificationCompleteBuilderNotificationCompleteBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NotificationComplete>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 with parameters of type NotificationComplete Constructor Description NotificationCompleteBuilder(NotificationComplete base)
-