public interface TopInt extends ChildOf<Bug8449Data>, Augmentable<TopInt>
This class represents the following YANG schema fragment defined in module bug8449
container top-int { leaf leaf-int32 { type uint32; } }The schema path to identify an instance is bug8449/top-int
To create instances of this class use TopIntBuilder
.
TopIntBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Long |
getLeafInt32() |
getImplementedInterface
augmentation
@Nullable Long getLeafInt32()
java.lang.Long
leafInt32
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.