Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.TopLevelListKey
-
-
Uses of TopLevelListKey in org.opendaylight.controller.md.sal.test.model.util
Fields in org.opendaylight.controller.md.sal.test.model.util declared as TopLevelListKey Modifier and Type Field Description static TopLevelListKeyListsBindingUtils. TOP_BAR_KEYstatic TopLevelListKeyListsBindingUtils. TOP_FOO_KEYMethods in org.opendaylight.controller.md.sal.test.model.util with parameters of type TopLevelListKey Modifier and Type Method Description static 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 TopLevelListKey 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()Top Level ListMap<TopLevelListKey,TopLevelList>TwoLevelListChangedBuilder. getTopLevelList()default @NonNull Map<TopLevelListKey,TopLevelList>TwoLevelList. nonnullTopLevelList()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 TopLevelListKey Modifier and Type Method Description GetTopOutputBuilderGetTopOutputBuilder. setTopLevelList(Map<TopLevelListKey,TopLevelList> values)PutTopInputBuilderPutTopInputBuilder. setTopLevelList(Map<TopLevelListKey,TopLevelList> values)TopBuilderTopBuilder. setTopLevelList(Map<TopLevelListKey,TopLevelList> values)TwoLevelListChangedBuilderTwoLevelListChangedBuilder. setTopLevelList(Map<TopLevelListKey,TopLevelList> values) -
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 TopLevelListKey Modifier and Type Method Description TopLevelListKeyTopLevelList. key()TopLevelListKeyTopLevelListBuilder. 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 TopLevelListKey Modifier and Type Method Description TopLevelListBuilderTopLevelListBuilder. withKey(TopLevelListKey key)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 TopLevelListKey Constructor Description TopLevelListKey(TopLevelListKey source)Creates a copy from Source Object.
-