Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.top.level.list.NestedListKey
Packages that use NestedListKey
Package
Description
-
Uses of NestedListKey in org.opendaylight.controller.md.sal.test.model.util
Methods in org.opendaylight.controller.md.sal.test.model.util with parameters of type NestedListKeyModifier and TypeMethodDescriptionstatic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<NestedList>ListsBindingUtils.path(TopLevelListKey top, NestedListKey nested) -
Uses of NestedListKey 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 that return NestedListKeyModifier and TypeMethodDescriptionNestedList.key()NestedListBuilder.key()Return current value associated with the property corresponding toNestedList.key().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 parameters of type NestedListKeyModifier and TypeMethodDescriptionNestedListBuilder.withKey(NestedListKey key) Set the key value corresponding toNestedList.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.top.level.list with parameters of type NestedListKeyModifierConstructorDescriptionNestedListKey(NestedListKey source) Creates a copy from Source Object.