Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.top.level.list.NestedList
Packages that use NestedList
Package
Description
-
Uses of NestedList in org.opendaylight.controller.md.sal.test.model.util
Methods in org.opendaylight.controller.md.sal.test.model.util that return types with arguments of type NestedListModifier and TypeMethodDescriptionstatic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<NestedList>ListsBindingUtils.path(TopLevelListKey top, NestedListKey nested) -
Uses of NestedList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list that return types with arguments of type NestedListModifier and TypeMethodDescription@Nullable List<NestedList>TopLevelList.getNestedList()Return nestedList, ornullif it is not present.TopLevelListBuilder.getNestedList()Return current value associated with the property corresponding toTopLevelList.getNestedList().default @NonNull List<NestedList>TopLevelList.nonnullNestedList()Return nestedList, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list with type arguments of type NestedListModifier and TypeMethodDescriptionTopLevelListBuilder.setNestedList(List<NestedList> values) Set the property corresponding toTopLevelList.getNestedList()to the specified value. -
Uses of NestedList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.top.level.list
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.top.level.list with type parameters of type NestedListModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NestedList>>
E$$NestedListBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.top.level.list that return NestedListModifier and TypeMethodDescription@NonNull NestedListNestedListBuilder.build()A newNestedListinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.top.level.list that return types with arguments of type NestedListMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.top.level.list with parameters of type NestedListModifier and TypeMethodDescriptionstatic booleanNestedList.bindingEquals(@NonNull NestedList thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intNestedList.bindingHashCode(@NonNull NestedList obj) Default implementation ofObject.hashCode()contract for this interface.static StringNestedList.bindingToString(@NonNull NestedList obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.top.level.list with type arguments of type NestedListModifier and TypeMethodDescriptionNestedListBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NestedList> augmentation) Add an augmentation to this builder's product.NestedListBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NestedList>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.top.level.list with parameters of type NestedListModifierConstructorDescriptionNestedListBuilder(NestedList base) Construct a builder initialized with state from specifiedNestedList.