Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.NetconfCapabilityChange
-
Packages that use NetconfCapabilityChange Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 -
-
Uses of NetconfCapabilityChange in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with type parameters of type NetconfCapabilityChange Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NetconfCapabilityChange>>
E$$NetconfCapabilityChangeBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 that return NetconfCapabilityChange Modifier and Type Method Description NetconfCapabilityChangeNetconfCapabilityChangeBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 that return types with arguments of type NetconfCapabilityChange Modifier and Type Method Description default Class<NetconfCapabilityChange>NetconfCapabilityChange. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with parameters of type NetconfCapabilityChange Modifier and Type Method Description static booleanNetconfCapabilityChange. bindingEquals(@NonNull NetconfCapabilityChange thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intNetconfCapabilityChange. bindingHashCode(@NonNull NetconfCapabilityChange obj)Default implementation ofObject.hashCode()contract for this interface.static StringNetconfCapabilityChange. bindingToString(@NonNull NetconfCapabilityChange obj)Default implementation ofObject.toString()contract for this interface.voidIetfNetconfNotificationsListener. onNetconfCapabilityChange(NetconfCapabilityChange notification)Generated when the NETCONF server detects that the server capabilities have changed.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with type arguments of type NetconfCapabilityChange Modifier and Type Method Description NetconfCapabilityChangeBuilderNetconfCapabilityChangeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NetconfCapabilityChange> augmentation)Add an augmentation to this builder's product.NetconfCapabilityChangeBuilderNetconfCapabilityChangeBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NetconfCapabilityChange>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with parameters of type NetconfCapabilityChange Constructor Description NetconfCapabilityChangeBuilder(NetconfCapabilityChange base)
-