public interface Extended extends DataObject, Augmentable<Extended>, Identifier
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
case extended { container extended-id { leaf id { type string; } } }The schema path to identify an instance is opendaylight-mdsal-binding-test/choice/identifier/extended
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable ExtendedId |
getExtendedId() |
augmentation
getImplementedInterface
@Nullable ExtendedId getExtendedId()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.choice.identifier.extended.ExtendedId
extendedId
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.