public interface UnaddressableCont extends ChildOf<OpendaylightMdsal298Data>, Augmentable<UnaddressableCont>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal298
container unaddressable-cont { presence "for persistence"; leaf baz { type string; } }The schema path to identify an instance is opendaylight-mdsal298/unaddressable-cont
To create instances of this class use UnaddressableContBuilder
.
UnaddressableContBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getBaz() |
getImplementedInterface
augmentation
@Nullable String getBaz()
java.lang.String
baz
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.