Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.OuterListKey
Packages that use OuterListKey
Package
Description
-
Uses of OuterListKey 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 OuterListKeyModifier 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 OuterListKeyModifier and TypeMethodDescriptionTestExecBuilder.setOuterList(Map<OuterListKey, OuterList> values) Set the property corresponding toTestExec.getOuterList()to the specified value. -
Uses of OuterListKey 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 OuterListKeyModifier and TypeMethodDescriptionOuterList.key()OuterListBuilder.key()Return current value associated with the property corresponding toOuterList.key().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec with parameters of type OuterListKeyModifier and TypeMethodDescriptionOuterListBuilder.withKey(OuterListKey key) Set the key value corresponding toOuterList.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec with parameters of type OuterListKeyModifierConstructorDescriptionOuterListKey(OuterListKey source) Creates a copy from Source Object.