Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping.ListViaUsesKey
Packages that use ListViaUsesKey
Package
Description
-
Uses of ListViaUsesKey in org.opendaylight.controller.md.sal.test.model.util
Fields in org.opendaylight.controller.md.sal.test.model.util declared as ListViaUsesKeyModifier and TypeFieldDescriptionstatic final ListViaUsesKeyListsBindingUtils.USES_ONE_KEYstatic final ListViaUsesKeyListsBindingUtils.USES_TWO_KEYMethods in org.opendaylight.controller.md.sal.test.model.util with parameters of type ListViaUsesKeyModifier and TypeMethodDescriptionstatic TreeComplexUsesAugmentListsBindingUtils.complexUsesAugment(ListViaUsesKey... keys) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<ListViaUses>ListsBindingUtils.path(TopLevelListKey top, ListViaUsesKey uses) -
Uses of ListViaUsesKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709 that return types with arguments of type ListViaUsesKeyModifier and TypeMethodDescription@Nullable Map<ListViaUsesKey,ListViaUses> ComplexFromGrouping.getListViaUses()Return listViaUses, ornullif it is not present.RpcComplexUsesAugmentBuilder.getListViaUses()Return current value associated with the property corresponding toComplexFromGrouping.getListViaUses().TreeComplexUsesAugmentBuilder.getListViaUses()Return current value associated with the property corresponding toComplexFromGrouping.getListViaUses().default @NonNull Map<ListViaUsesKey,ListViaUses> ComplexFromGrouping.nonnullListViaUses()Return listViaUses, 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.augment.rev140709 with type arguments of type ListViaUsesKeyModifier and TypeMethodDescriptionRpcComplexUsesAugmentBuilder.setListViaUses(Map<ListViaUsesKey, ListViaUses> values) Set the property corresponding toComplexFromGrouping.getListViaUses()to the specified value.TreeComplexUsesAugmentBuilder.setListViaUses(Map<ListViaUsesKey, ListViaUses> values) Set the property corresponding toComplexFromGrouping.getListViaUses()to the specified value. -
Uses of ListViaUsesKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping that return ListViaUsesKeyModifier and TypeMethodDescriptionListViaUses.key()ListViaUsesBuilder.key()Return current value associated with the property corresponding toListViaUses.key().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping with parameters of type ListViaUsesKeyModifier and TypeMethodDescriptionListViaUsesBuilder.withKey(ListViaUsesKey key) Set the key value corresponding toListViaUses.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping with parameters of type ListViaUsesKeyModifierConstructorDescriptionListViaUsesKey(ListViaUsesKey source) Creates a copy from Source Object.