Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.NetconfConfigChange
-
Packages that use NetconfConfigChange Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 -
-
Uses of NetconfConfigChange 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 NetconfConfigChange Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NetconfConfigChange>>
E$$NetconfConfigChangeBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 that return NetconfConfigChange Modifier and Type Method Description NetconfConfigChangeNetconfConfigChangeBuilder. 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 NetconfConfigChange Modifier and Type Method Description default Class<NetconfConfigChange>NetconfConfigChange. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with parameters of type NetconfConfigChange Modifier and Type Method Description static booleanNetconfConfigChange. bindingEquals(@NonNull NetconfConfigChange thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intNetconfConfigChange. bindingHashCode(@NonNull NetconfConfigChange obj)Default implementation ofObject.hashCode()contract for this interface.static StringNetconfConfigChange. bindingToString(@NonNull NetconfConfigChange obj)Default implementation ofObject.toString()contract for this interface.voidIetfNetconfNotificationsListener. onNetconfConfigChange(NetconfConfigChange notification)Generated when the NETCONF server detects that the <running> or <startup> configuration datastore has been changed by a management session.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with type arguments of type NetconfConfigChange Modifier and Type Method Description NetconfConfigChangeBuilderNetconfConfigChangeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NetconfConfigChange> augmentation)Add an augmentation to this builder's product.NetconfConfigChangeBuilderNetconfConfigChangeBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NetconfConfigChange>> 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 NetconfConfigChange Constructor Description NetconfConfigChangeBuilder(NetconfConfigChange base)
-