Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.OuterList
Packages that use OuterList
Package
Description
-
Uses of OuterList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return types with arguments of type OuterListModifier and TypeMethodDescription@Nullable Map<OuterListKey, OuterList> TestExec.getOuterList()Return outerList, ornullif it is not present.TestExecBuilder.getOuterList()Return current value associated with the property corresponding toTestExec.getOuterList().default @NonNull Map<OuterListKey, OuterList> TestExec.nonnullOuterList()Return outerList, 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 with type arguments of type OuterListModifier and TypeMethodDescriptionTestExecBuilder.setOuterList(Map<OuterListKey, OuterList> values) Set the property corresponding toTestExec.getOuterList()to the specified value. -
Uses of OuterList 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 with type parameters of type OuterListModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<OuterList>>
E$$OuterListBuilder.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 that return OuterListModifier and TypeMethodDescription@NonNull OuterListOuterListBuilder.build()A newOuterListinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec that return types with arguments of type OuterListMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec with parameters of type OuterListModifier and TypeMethodDescriptionstatic booleanOuterList.bindingEquals(@NonNull OuterList thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intOuterList.bindingHashCode(@NonNull OuterList obj) Default implementation ofObject.hashCode()contract for this interface.static StringOuterList.bindingToString(@NonNull OuterList 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 with type arguments of type OuterListModifier and TypeMethodDescriptionOuterListBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<OuterList> augmentation) Add an augmentation to this builder's product.OuterListBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<OuterList>> 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 with parameters of type OuterListModifierConstructorDescriptionOuterListBuilder(OuterList base) Construct a builder initialized with state from specifiedOuterList.