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()A list of service functions that compose the service chainList<NestedList>TopLevelListBuilder. getNestedList()default @NonNull List<NestedList>TopLevelList. nonnullNestedList()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) -
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)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 NestedListNestedListBuilder. build()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()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(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NestedList>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NestedList> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherNestedListBuilder.addAugmentation(Augmentation)orNestedListBuilder.removeAugmentation(Class)instead.NestedListBuilderNestedListBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NestedList>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NestedList> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherNestedListBuilder.addAugmentation(Augmentation)orNestedListBuilder.removeAugmentation(Class)instead.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)
-