Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101
Interface Root
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<Root>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<OpendaylightTestBug3090Data>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
public interface Root extends org.opendaylight.yangtools.yang.binding.ChildOf<OpendaylightTestBug3090Data>, org.opendaylight.yangtools.yang.binding.Augmentable<Root>
This class represents the following YANG schema fragment defined in module opendaylight-test-bug-3090
container root { list list-in-root { key "leaf-c leaf-a leaf-b"; leaf leaf-a { type string; } leaf leaf-b { type string; } leaf leaf-c { type string; } } }The schema path to identify an instance is opendaylight-test-bug-3090/rootTo create instances of this class use
RootBuilder.- See Also:
RootBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable Map<ListInRootKey,ListInRoot>getListInRoot()default Class<Root>implementedInterface()default @NonNull Map<ListInRootKey,ListInRoot>nonnullListInRoot()
-
-
-
Method Detail
-
implementedInterface
default Class<Root> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getListInRoot
@Nullable Map<ListInRootKey,ListInRoot> getListInRoot()
- Returns:
java.util.MaplistInRoot, ornullif not present
-
nonnullListInRoot
default @NonNull Map<ListInRootKey,ListInRoot> nonnullListInRoot()
- Returns:
java.util.MaplistInRoot, or an empty list if it is not present
-
-