Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.TopLevelListKey
Packages that use TopLevelListKey
Package
Description
-
Uses of TopLevelListKey in org.opendaylight.controller.md.sal.test.model.util
Fields in org.opendaylight.controller.md.sal.test.model.util declared as TopLevelListKeyModifier and TypeFieldDescriptionstatic final TopLevelListKeyListsBindingUtils.TOP_BAR_KEYstatic final TopLevelListKeyListsBindingUtils.TOP_FOO_KEYMethods in org.opendaylight.controller.md.sal.test.model.util with parameters of type TopLevelListKeyModifier and TypeMethodDescriptionstatic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<TopLevelList>ListsBindingUtils.path(TopLevelListKey key) 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) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<ListViaUses>ListsBindingUtils.path(TopLevelListKey top, ListViaUsesKey uses) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<NestedList>ListsBindingUtils.path(TopLevelListKey top, NestedListKey nested) static TopLevelListListsBindingUtils.topLevelList(TopLevelListKey key) static TopLevelListListsBindingUtils.topLevelList(TopLevelListKey key, TreeComplexUsesAugment augment) -
Uses of TopLevelListKey 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 TopLevelListKeyModifier and TypeMethodDescriptionGetTopOutputBuilder.getTopLevelList()Return current value associated with the property corresponding toTwoLevelList.getTopLevelList().PutTopInputBuilder.getTopLevelList()Return current value associated with the property corresponding toTwoLevelList.getTopLevelList().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.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 TopLevelListKeyModifier and TypeMethodDescriptionGetTopOutputBuilder.setTopLevelList(Map<TopLevelListKey, TopLevelList> values) Set the property corresponding toTwoLevelList.getTopLevelList()to the specified value.PutTopInputBuilder.setTopLevelList(Map<TopLevelListKey, TopLevelList> values) Set the property corresponding toTwoLevelList.getTopLevelList()to the specified value.TopBuilder.setTopLevelList(Map<TopLevelListKey, TopLevelList> values) Set the property corresponding toTwoLevelList.getTopLevelList()to the specified value.TwoLevelListChangedBuilder.setTopLevelList(Map<TopLevelListKey, TopLevelList> values) Set the property corresponding toTwoLevelList.getTopLevelList()to the specified value. -
Uses of TopLevelListKey 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 TopLevelListKeyModifier and TypeMethodDescriptionTopLevelList.key()TopLevelListBuilder.key()Return current value associated with the property corresponding toTopLevelList.key().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 TopLevelListKeyModifier and TypeMethodDescriptionTopLevelListBuilder.withKey(TopLevelListKey key) Set the key value corresponding toTopLevelList.key()to the specified value.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 TopLevelListKeyModifierConstructorDescriptionTopLevelListKey(TopLevelListKey source) Creates a copy from Source Object.