public interface BigIntContainer extends ChildOf<OpendaylightDefaultValueTestData>, Augmentable<BigIntContainer>
This class represents the following YANG schema fragment defined in module opendaylight-default-value-test
container big-int-container { presence "presence container"; leaf big-int-leaf { type big-signed-integer; } leaf big-int-leaf2 { type derived-big-signed-integer; } leaf big-int-leaf3 { type derived-big-signed-integer2; } leaf big-int-leaf4 { type derived-big-signed-integer3; } leaf big-int-leaf5 { type int64; default -2500000000; } leaf big-int-leaf6 { type int64; } }The schema path to identify an instance is opendaylight-default-value-test/big-int-container
To create instances of this class use BigIntContainerBuilder
.
BigIntContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable BigSignedInteger |
getBigIntLeaf() |
@Nullable DerivedBigSignedInteger |
getBigIntLeaf2() |
@Nullable DerivedBigSignedInteger2 |
getBigIntLeaf3() |
@Nullable DerivedBigSignedInteger3 |
getBigIntLeaf4() |
@Nullable Long |
getBigIntLeaf5() |
@Nullable Long |
getBigIntLeaf6() |
getImplementedInterface
augmentation
@Nullable BigSignedInteger getBigIntLeaf()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.BigSignedInteger
bigIntLeaf
, or null
if not present@Nullable DerivedBigSignedInteger getBigIntLeaf2()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.DerivedBigSignedInteger
bigIntLeaf2
, or null
if not present@Nullable DerivedBigSignedInteger2 getBigIntLeaf3()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.DerivedBigSignedInteger2
bigIntLeaf3
, or null
if not present@Nullable DerivedBigSignedInteger3 getBigIntLeaf4()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.DerivedBigSignedInteger3
bigIntLeaf4
, or null
if not present@Nullable Long getBigIntLeaf5()
java.lang.Long
bigIntLeaf5
, or null
if not present@Nullable Long getBigIntLeaf6()
java.lang.Long
bigIntLeaf6
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.