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