public interface AddressableCont extends ChildOf<OpendaylightMdsal298Data>, Augmentable<AddressableCont>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal298
container addressable-cont { presence "for persistence"; container addressable-child { presence "for persistence"; } }The schema path to identify an instance is opendaylight-mdsal298/addressable-cont
To create instances of this class use AddressableContBuilder
.
AddressableContBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable AddressableChild |
getAddressableChild() |
getImplementedInterface
augmentation
@Nullable AddressableChild getAddressableChild()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal298.rev180129.addressable.cont.AddressableChild
addressableChild
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.