Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping.ListViaUsesKey
-
-
Uses of ListViaUsesKey in org.opendaylight.controller.md.sal.test.model.util
Fields in org.opendaylight.controller.md.sal.test.model.util declared as ListViaUsesKey Modifier and Type Field Description static ListViaUsesKeyListsBindingUtils. USES_ONE_KEYstatic ListViaUsesKeyListsBindingUtils. USES_TWO_KEYMethods in org.opendaylight.controller.md.sal.test.model.util with parameters of type ListViaUsesKey Modifier and Type Method Description static 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 ListViaUsesKey Modifier and Type Method Description @Nullable Map<ListViaUsesKey,ListViaUses>ComplexFromGrouping. getListViaUses()Return listViaUses, ornullif it is not present.Map<ListViaUsesKey,ListViaUses>RpcComplexUsesAugmentBuilder. getListViaUses()Return current value associated with the property corresponding toComplexFromGrouping.getListViaUses().Map<ListViaUsesKey,ListViaUses>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 ListViaUsesKey Modifier and Type Method Description RpcComplexUsesAugmentBuilderRpcComplexUsesAugmentBuilder. setListViaUses(Map<ListViaUsesKey,ListViaUses> values)Set the property corresponding toComplexFromGrouping.getListViaUses()to the specified value.TreeComplexUsesAugmentBuilderTreeComplexUsesAugmentBuilder. 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 ListViaUsesKey Modifier and Type Method Description ListViaUsesKeyListViaUses. key()ListViaUsesKeyListViaUsesBuilder. 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 ListViaUsesKey Modifier and Type Method Description ListViaUsesBuilderListViaUsesBuilder. withKey(ListViaUsesKey key)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 ListViaUsesKey Constructor Description ListViaUsesKey(ListViaUsesKey source)Creates a copy from Source Object.
-