public interface TopInt extends TreeChildNode<Bug8449Data,Item<TopInt>>, Instantiable<TopInt>, 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 |
|---|---|
static InstanceIdentifier<TopInt> |
getInstanceIdentifier() |
org.opendaylight.yangtools.yang.common.Uint32 |
getLeafInt32() |
treeIdentifier, treeParentimplementedInterfaceaugments, getAugmentationorg.opendaylight.yangtools.yang.common.Uint32 getLeafInt32()
static InstanceIdentifier<TopInt> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.