Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list.InnerList
Packages that use InnerList
Package
Description
-
Uses of InnerList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec that return types with arguments of type InnerListModifier and TypeMethodDescription@Nullable Map<InnerListKey, InnerList> OuterList.getInnerList()Return innerList, ornullif it is not present.OuterListBuilder.getInnerList()Return current value associated with the property corresponding toOuterList.getInnerList().default @NonNull Map<InnerListKey, InnerList> OuterList.nonnullInnerList()Return innerList, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec with type arguments of type InnerListModifier and TypeMethodDescriptionOuterListBuilder.setInnerList(Map<InnerListKey, InnerList> values) Set the property corresponding toOuterList.getInnerList()to the specified value. -
Uses of InnerList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list with type parameters of type InnerListModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<InnerList>>
E$$InnerListBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list that return InnerListModifier and TypeMethodDescription@NonNull InnerListInnerListBuilder.build()A newInnerListinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list that return types with arguments of type InnerListMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list with parameters of type InnerListModifier and TypeMethodDescriptionstatic booleanInnerList.bindingEquals(@NonNull InnerList thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intInnerList.bindingHashCode(@NonNull InnerList obj) Default implementation ofObject.hashCode()contract for this interface.static StringInnerList.bindingToString(@NonNull InnerList obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list with type arguments of type InnerListModifier and TypeMethodDescriptionInnerListBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<InnerList> augmentation) Add an augmentation to this builder's product.InnerListBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<InnerList>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list with parameters of type InnerListModifierConstructorDescriptionInnerListBuilder(InnerList base) Construct a builder initialized with state from specifiedInnerList.