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()Return current value associated with the property corresponding toTwoLevelList.getTopLevelList().Map<TopLevelListKey,TopLevelList>PutTopInputBuilder. getTopLevelList()Return current value associated with the property corresponding toTwoLevelList.getTopLevelList().Map<TopLevelListKey,TopLevelList>TopBuilder. getTopLevelList()Return current value associated with the property corresponding toTwoLevelList.getTopLevelList().@Nullable Map<TopLevelListKey,TopLevelList>TwoLevelList. getTopLevelList()Return topLevelList, ornullif it is not present.Map<TopLevelListKey,TopLevelList>TwoLevelListChangedBuilder. getTopLevelList()Return current value associated with the property corresponding toTwoLevelList.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(Map<TopLevelListKey,TopLevelList> values)Set the property corresponding toTwoLevelList.getTopLevelList()to the specified value.PutTopInputBuilderPutTopInputBuilder. setTopLevelList(Map<TopLevelListKey,TopLevelList> values)Set the property corresponding toTwoLevelList.getTopLevelList()to the specified value.TopBuilderTopBuilder. setTopLevelList(Map<TopLevelListKey,TopLevelList> values)Set the property corresponding toTwoLevelList.getTopLevelList()to the specified value.TwoLevelListChangedBuilderTwoLevelListChangedBuilder. setTopLevelList(Map<TopLevelListKey,TopLevelList> values)Set the property corresponding toTwoLevelList.getTopLevelList()to the specified value. -
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)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 that return TopLevelList Modifier and Type Method Description @NonNull TopLevelListTopLevelListBuilder. build()A newTopLevelListinstance.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)Construct a builder initialized with state from specifiedTopLevelList.
-