Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.ReplayComplete
-
Packages that use ReplayComplete Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 -
-
Uses of ReplayComplete 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 ReplayComplete Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ReplayComplete>>
E$$ReplayCompleteBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 that return ReplayComplete Modifier and Type Method Description ReplayCompleteReplayCompleteBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 that return types with arguments of type ReplayComplete Modifier and Type Method Description default Class<ReplayComplete>ReplayComplete. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 with parameters of type ReplayComplete Modifier and Type Method Description static booleanReplayComplete. bindingEquals(@NonNull ReplayComplete thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intReplayComplete. bindingHashCode(@NonNull ReplayComplete obj)Default implementation ofObject.hashCode()contract for this interface.static StringReplayComplete. bindingToString(@NonNull ReplayComplete obj)Default implementation ofObject.toString()contract for this interface.voidNcNotificationsListener. onReplayComplete(ReplayComplete notification)This notification is sent to signal the end of a replay portion of a subscription.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 with type arguments of type ReplayComplete Modifier and Type Method Description ReplayCompleteBuilderReplayCompleteBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ReplayComplete> augmentation)Add an augmentation to this builder's product.ReplayCompleteBuilderReplayCompleteBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ReplayComplete>> 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 ReplayComplete Constructor Description ReplayCompleteBuilder(ReplayComplete base)
-