public interface Container extends ChildOf<OpendaylightMdsal298Data>, Augmentable<Container>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal298
container container { presence "for persistence"; list unkeyed { ordered-by user; leaf foo { type string; } } list keyed { ordered-by user; key foo; leaf foo { type string; } } }The schema path to identify an instance is opendaylight-mdsal298/container
To create instances of this class use ContainerBuilder
.
ContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<Keyed> |
getKeyed() |
@Nullable List<Unkeyed> |
getUnkeyed() |
default @NonNull List<Keyed> |
nonnullKeyed() |
default @NonNull List<Unkeyed> |
nonnullUnkeyed() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.