Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root.ListInRootKey
Packages that use ListInRootKey
Package
Description
-
Uses of ListInRootKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101 that return types with arguments of type ListInRootKeyModifier and TypeMethodDescription@Nullable Map<ListInRootKey,ListInRoot> Root.getListInRoot()Return listInRoot, ornullif it is not present.RootBuilder.getListInRoot()Return current value associated with the property corresponding toRoot.getListInRoot().default @NonNull Map<ListInRootKey,ListInRoot> Root.nonnullListInRoot()Return listInRoot, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101 with type arguments of type ListInRootKeyModifier and TypeMethodDescriptionRootBuilder.setListInRoot(Map<ListInRootKey, ListInRoot> values) Set the property corresponding toRoot.getListInRoot()to the specified value. -
Uses of ListInRootKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root that return ListInRootKeyModifier and TypeMethodDescriptionListInRoot.key()ListInRootBuilder.key()Return current value associated with the property corresponding toListInRoot.key().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root with parameters of type ListInRootKeyModifier and TypeMethodDescriptionListInRootBuilder.withKey(ListInRootKey key) Set the key value corresponding toListInRoot.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root with parameters of type ListInRootKeyModifierConstructorDescriptionListInRootKey(ListInRootKey source) Creates a copy from Source Object.