public interface JoinTopicInput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<JoinTopicInput>
This class represents the following YANG schema fragment defined in module event-source
container input {
leaf node {
type instance-identifier;
}
leaf topic-id {
type topic-id;
}
leaf notification-pattern {
type notification-pattern;
}
}
The schema path to identify an instance is
event-source/join-topic/input
To create instances of this class use JoinTopicInputBuilder.
JoinTopicInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> |
getNode() |
NotificationPattern |
getNotificationPattern() |
TopicId |
getTopicId()
in current implementation notification-pattern is defined by topic-id.
|
@RoutingContext(value=org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContext.class) org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getNode()
org.opendaylight.yangtools.yang.binding.InstanceIdentifier node, or null if not presentTopicId getTopicId()
org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.messagebus.eventaggregator.rev141202.TopicId topicId, or null if not presentNotificationPattern getNotificationPattern()
org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.messagebus.eventaggregator.rev141202.NotificationPattern notificationPattern, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.