public interface Root extends ChildOf<Bug5446Data>, Augmentable<Root>
This class represents the following YANG schema fragment defined in module bug5446
container root { leaf ip-address { type ip-address-binary; } }The schema path to identify an instance is bug5446/root
To create instances of this class use RootBuilder
.
RootBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable IpAddressBinary |
getIpAddress() |
getImplementedInterface
augmentation
@Nullable IpAddressBinary getIpAddress()
org.opendaylight.yang.gen.v1.bug5446.rev151105.IpAddressBinary
ipAddress
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.