public interface SimpleId extends TreeChildNode<ChoiceContainer,Item<SimpleId>>, Instantiable<SimpleId>, Augmentable<SimpleId>, SimpleId
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
container simple-id { leaf id { type int32; } }The schema path to identify an instance is opendaylight-mdsal-binding-test/choice-container/identifier/simple/simple-id
To create instances of this class use SimpleIdBuilder
.
SimpleIdBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
static InstanceIdentifier<SimpleId> |
getInstanceIdentifier() |
treeIdentifier, treeParent
implementedInterface
augments, getAugmentation
static InstanceIdentifier<SimpleId> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.