public interface UnorderedContainer extends ChildOf<Lists>, Augmentable<UnorderedContainer>
This class represents the following YANG schema fragment defined in module opendaylight-sal-test-store
container unordered-container { list unordered-list { key name; uses name-value; } }The schema path to identify an instance is opendaylight-sal-test-store/lists/unordered-container
To create instances of this class use UnorderedContainerBuilder
.
UnorderedContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<UnorderedList> |
getUnorderedList() |
default @NonNull List<UnorderedList> |
nonnullUnorderedList() |
getImplementedInterface
augmentation
@Nullable List<UnorderedList> getUnorderedList()
java.util.List
unorderedList
, or null
if not presentdefault @NonNull List<UnorderedList> nonnullUnorderedList()
java.util.List
unorderedList
, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.