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
-
-
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 NestedList Modifier and Type Method Description static 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 NestedList Modifier and Type Method Description @Nullable List<NestedList>TopLevelList. getNestedList()Return nestedList, ornullif it is not present.List<NestedList>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 NestedList Modifier and Type Method Description TopLevelListBuilderTopLevelListBuilder. 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 NestedList Modifier and Type Method Description <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 NestedList Modifier and Type Method Description @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 NestedList Modifier and Type Method Description default Class<NestedList>NestedList. implementedInterface()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 parameters of type NestedList Modifier and Type Method Description static 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 NestedList Modifier and Type Method Description NestedListBuilderNestedListBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NestedList> augmentation)Add an augmentation to this builder's product.NestedListBuilderNestedListBuilder. 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 NestedList Constructor Description NestedListBuilder(NestedList base)Construct a builder initialized with state from specifiedNestedList.
-