public interface Unkeyed extends ChildOf<Container>, Augmentable<Unkeyed>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal298
list unkeyed { ordered-by user; leaf foo { type string; } }The schema path to identify an instance is opendaylight-mdsal298/container/unkeyed
To create instances of this class use UnkeyedBuilder
.
UnkeyedBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getFoo() |
getImplementedInterface
augmentation
@Nullable String getFoo()
java.lang.String
foo
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.