Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.netconf.config.change.Edit
-
-
Uses of Edit 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 that return types with arguments of type Edit Modifier and Type Method Description @Nullable List<Edit>NetconfConfigChange. getEdit()Return edit, ornullif it is not present.List<Edit>NetconfConfigChangeBuilder. getEdit()default @NonNull List<Edit>NetconfConfigChange. nonnullEdit()Return edit, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with type arguments of type Edit Modifier and Type Method Description NetconfConfigChangeBuilderNetconfConfigChangeBuilder. setEdit(List<Edit> values) -
Uses of Edit in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.netconf.config.change
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.netconf.config.change with type parameters of type Edit Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Edit>>
E$$EditBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.netconf.config.change that return Edit Modifier and Type Method Description EditEditBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.netconf.config.change that return types with arguments of type Edit Modifier and Type Method Description default Class<Edit>Edit. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.netconf.config.change with parameters of type Edit Modifier and Type Method Description static booleanEdit. bindingEquals(@NonNull Edit thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intEdit. bindingHashCode(@NonNull Edit obj)Default implementation ofObject.hashCode()contract for this interface.static StringEdit. bindingToString(@NonNull Edit obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.netconf.config.change with type arguments of type Edit Modifier and Type Method Description EditBuilderEditBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Edit> augmentation)Add an augmentation to this builder's product.EditBuilderEditBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Edit>> 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.netconf.config.change with parameters of type Edit Constructor Description EditBuilder(Edit base)
-