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