public interface BitsContainer extends ChildOf<OpendaylightDefaultValueTestData>, Augmentable<BitsContainer>
This class represents the following YANG schema fragment defined in module opendaylight-default-value-test
container bits-container { presence "presence container"; leaf bits-leaf { type my-bits; } leaf bits-leaf2 { type bits { bit disable-nagle { position 0; } bit auto-sense-speed { position 1; } bit only-10-Mb { position 2; } } } }The schema path to identify an instance is opendaylight-default-value-test/bits-container
To create instances of this class use BitsContainerBuilder
.
BitsContainerBuilder
Modifier and Type | Interface and Description |
---|---|
static class |
BitsContainer.BitsLeaf2 |
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable MyBits |
getBitsLeaf() |
@Nullable BitsContainer.BitsLeaf2 |
getBitsLeaf2() |
getImplementedInterface
augmentation
@Nullable MyBits getBitsLeaf()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.MyBits
bitsLeaf
, or null
if not present@Nullable BitsContainer.BitsLeaf2 getBitsLeaf2()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.BitsContainer.BitsLeaf2
bitsLeaf2
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.