public interface TinyIntContainer extends ChildOf<OpendaylightDefaultValueTestData>, Augmentable<TinyIntContainer>
This class represents the following YANG schema fragment defined in module opendaylight-default-value-test
container tiny-int-container { presence "presence container"; leaf tiny-int-leaf { type tiny-signed-integer; } leaf tiny-int-leaf2 { type derived-tiny-signed-integer; } leaf tiny-int-leaf3 { type derived-tiny-signed-integer2; } leaf tiny-int-leaf4 { type derived-tiny-signed-integer3; } leaf tiny-int-leaf5 { type int8; default -120; } leaf tiny-int-leaf6 { type int8; } }The schema path to identify an instance is opendaylight-default-value-test/tiny-int-container
To create instances of this class use TinyIntContainerBuilder
.
TinyIntContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable TinySignedInteger |
getTinyIntLeaf() |
@Nullable DerivedTinySignedInteger |
getTinyIntLeaf2() |
@Nullable DerivedTinySignedInteger2 |
getTinyIntLeaf3() |
@Nullable DerivedTinySignedInteger3 |
getTinyIntLeaf4() |
@Nullable Byte |
getTinyIntLeaf5() |
@Nullable Byte |
getTinyIntLeaf6() |
getImplementedInterface
augmentation
@Nullable TinySignedInteger getTinyIntLeaf()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.TinySignedInteger
tinyIntLeaf
, or null
if not present@Nullable DerivedTinySignedInteger getTinyIntLeaf2()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.DerivedTinySignedInteger
tinyIntLeaf2
, or null
if not present@Nullable DerivedTinySignedInteger2 getTinyIntLeaf3()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.DerivedTinySignedInteger2
tinyIntLeaf3
, or null
if not present@Nullable DerivedTinySignedInteger3 getTinyIntLeaf4()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.DerivedTinySignedInteger3
tinyIntLeaf4
, or null
if not present@Nullable Byte getTinyIntLeaf5()
java.lang.Byte
tinyIntLeaf5
, or null
if not present@Nullable Byte getTinyIntLeaf6()
java.lang.Byte
tinyIntLeaf6
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.