public interface CreateTopicInput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<CreateTopicInput>
This class represents the following YANG schema fragment defined in module event-aggregator
container input {
leaf notification-pattern {
type notification-pattern;
}
leaf node-id-pattern {
type pattern;
}
}
The schema path to identify an instance is
event-aggregator/create-topic/input
To create instances of this class use CreateTopicInputBuilder.
CreateTopicInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getNodeIdPattern()
Pattern for matching candidate event source nodes when looking for contributors
to the topic.
|
NotificationPattern |
getNotificationPattern()
Pattern matching notification which should be forwarded into this topic.
|
NotificationPattern getNotificationPattern()
org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.messagebus.eventaggregator.rev141202.NotificationPattern notificationPattern, or null if not presentPattern getNodeIdPattern()
org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.messagebus.eventaggregator.rev141202.Pattern nodeIdPattern, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.