public interface JoinTopicOutput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<JoinTopicOutput>
This class represents the following YANG schema fragment defined in module event-source
container output {
leaf status {
type join-topic-status;
}
}
The schema path to identify an instance is
event-source/join-topic/output
To create instances of this class use JoinTopicOutputBuilder.
JoinTopicOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
JoinTopicStatus |
getStatus() |
JoinTopicStatus getStatus()
org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.messagebus.eventsource.rev141202.JoinTopicStatus status, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.