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