Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.NetconfSessionEnd
-
Packages that use NetconfSessionEnd Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 -
-
Uses of NetconfSessionEnd 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 NetconfSessionEnd Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NetconfSessionEnd>>
E$$NetconfSessionEndBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 that return NetconfSessionEnd Modifier and Type Method Description NetconfSessionEndNetconfSessionEndBuilder. 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 NetconfSessionEnd Modifier and Type Method Description default Class<NetconfSessionEnd>NetconfSessionEnd. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with parameters of type NetconfSessionEnd Modifier and Type Method Description static booleanNetconfSessionEnd. bindingEquals(@NonNull NetconfSessionEnd thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intNetconfSessionEnd. bindingHashCode(@NonNull NetconfSessionEnd obj)Default implementation ofObject.hashCode()contract for this interface.static StringNetconfSessionEnd. bindingToString(@NonNull NetconfSessionEnd obj)Default implementation ofObject.toString()contract for this interface.voidIetfNetconfNotificationsListener. onNetconfSessionEnd(NetconfSessionEnd notification)Generated when a NETCONF server detects that a NETCONF session has terminated.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with type arguments of type NetconfSessionEnd Modifier and Type Method Description NetconfSessionEndBuilderNetconfSessionEndBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NetconfSessionEnd> augmentation)Add an augmentation to this builder's product.NetconfSessionEndBuilderNetconfSessionEndBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NetconfSessionEnd>> 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 NetconfSessionEnd Constructor Description NetconfSessionEndBuilder(NetconfSessionEnd base)
-