Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.Netconf
-
Packages that use Netconf Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 -
-
Uses of Netconf 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 Netconf Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Netconf>>
E$$NetconfBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 that return Netconf Modifier and Type Method Description NetconfNetconfBuilder. build()NetconfNcNotificationsData. getNetconf()Return netconf, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 that return types with arguments of type Netconf Modifier and Type Method Description default Class<Netconf>Netconf. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 with parameters of type Netconf Modifier and Type Method Description static booleanNetconf. bindingEquals(@NonNull Netconf thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intNetconf. bindingHashCode(@NonNull Netconf obj)Default implementation ofObject.hashCode()contract for this interface.static StringNetconf. bindingToString(@NonNull Netconf obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 with type arguments of type Netconf Modifier and Type Method Description NetconfBuilderNetconfBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Netconf> augmentation)Add an augmentation to this builder's product.NetconfBuilderNetconfBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Netconf>> 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 Netconf Constructor Description NetconfBuilder(Netconf base)
-