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