Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.TopLevelList
-
-
Uses of TopLevelList in org.opendaylight.controller.md.sal.test.model.util
Methods in org.opendaylight.controller.md.sal.test.model.util with type parameters of type TopLevelList Modifier and Type Method Description static <T extends org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>>
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T>ListsBindingUtils. path(TopLevelListKey key, Class<T> augmentation)Methods in org.opendaylight.controller.md.sal.test.model.util that return TopLevelList Modifier and Type Method Description static TopLevelListListsBindingUtils. topLevelList(TopLevelListKey key)static TopLevelListListsBindingUtils. topLevelList(TopLevelListKey key, TreeComplexUsesAugment augment)Methods in org.opendaylight.controller.md.sal.test.model.util that return types with arguments of type TopLevelList Modifier and Type Method Description static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<TopLevelList>ListsBindingUtils. path(TopLevelListKey key)Methods in org.opendaylight.controller.md.sal.test.model.util with parameters of type TopLevelList Modifier and Type Method Description static TopListsBindingUtils. top(TopLevelList... listItems) -
Uses of TopLevelList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701 that return types with arguments of type TopLevelList Modifier and Type Method Description Map<TopLevelListKey,TopLevelList>GetTopOutputBuilder. getTopLevelList()Map<TopLevelListKey,TopLevelList>PutTopInputBuilder. getTopLevelList()Map<TopLevelListKey,TopLevelList>TopBuilder. getTopLevelList()@Nullable Map<TopLevelListKey,TopLevelList>TwoLevelList. getTopLevelList()Return topLevelList, ornullif it is not present..Map<TopLevelListKey,TopLevelList>TwoLevelListChangedBuilder. getTopLevelList()default @NonNull Map<TopLevelListKey,TopLevelList>TwoLevelList. nonnullTopLevelList()Return topLevelList, 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 with type arguments of type TopLevelList Modifier and Type Method Description GetTopOutputBuilderGetTopOutputBuilder. setTopLevelList(List<TopLevelList> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setTopLevelList(Map)} instead.GetTopOutputBuilderGetTopOutputBuilder. setTopLevelList(Map<TopLevelListKey,TopLevelList> values)PutTopInputBuilderPutTopInputBuilder. setTopLevelList(List<TopLevelList> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setTopLevelList(Map)} instead.PutTopInputBuilderPutTopInputBuilder. setTopLevelList(Map<TopLevelListKey,TopLevelList> values)TopBuilderTopBuilder. setTopLevelList(List<TopLevelList> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setTopLevelList(Map)} instead.TopBuilderTopBuilder. setTopLevelList(Map<TopLevelListKey,TopLevelList> values)TwoLevelListChangedBuilderTwoLevelListChangedBuilder. setTopLevelList(List<TopLevelList> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setTopLevelList(Map)} instead.TwoLevelListChangedBuilderTwoLevelListChangedBuilder. setTopLevelList(Map<TopLevelListKey,TopLevelList> values) -
Uses of TopLevelList 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 with type parameters of type TopLevelList Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>>
E$$TopLevelListBuilder. 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 that return TopLevelList Modifier and Type Method Description TopLevelListTopLevelListBuilder. build()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 TopLevelList Modifier and Type Method Description default Class<TopLevelList>TopLevelList. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list with parameters of type TopLevelList Modifier and Type Method Description static booleanTopLevelList. bindingEquals(@NonNull TopLevelList thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTopLevelList. bindingHashCode(@NonNull TopLevelList obj)Default implementation ofObject.hashCode()contract for this interface.static StringTopLevelList. bindingToString(@NonNull TopLevelList 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 with type arguments of type TopLevelList Modifier and Type Method Description TopLevelListBuilderTopLevelListBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList> augmentation)Add an augmentation to this builder's product.TopLevelListBuilderTopLevelListBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>> 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 with parameters of type TopLevelList Constructor Description TopLevelListBuilder(TopLevelList base)
-