Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list.InnerListKey
Packages that use InnerListKey
Package
Description
-
Uses of InnerListKey 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 InnerListKeyModifier 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 InnerListKeyModifier and TypeMethodDescriptionOuterListBuilder.setInnerList(Map<InnerListKey, InnerList> values) Set the property corresponding toOuterList.getInnerList()to the specified value. -
Uses of InnerListKey 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 that return InnerListKeyModifier and TypeMethodDescriptionInnerList.key()InnerListBuilder.key()Return current value associated with the property corresponding toInnerList.key().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list with parameters of type InnerListKeyModifier and TypeMethodDescriptionInnerListBuilder.withKey(InnerListKey key) Set the key value corresponding toInnerList.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list with parameters of type InnerListKeyModifierConstructorDescriptionInnerListKey(InnerListKey source) Creates a copy from Source Object.