public interface DisJoinTopicInput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DisJoinTopicInput>
This class represents the following YANG schema fragment defined in module event-source
(Source path: META-INF/yang/event-source.yang):
container input {
leaf node {
type instance-identifier;
}
leaf topic-id {
type topic-id;
}
}
The schema path to identify an instance is
event-source/dis-join-topic/input
To create instances of this class use DisJoinTopicInputBuilder.
DisJoinTopicInputBuilder| 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() |
TopicId |
getTopicId()
identifier of topic to be disjoin
|
@RoutingContext(value=org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContext.class) org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getNode()
TopicId getTopicId()
Copyright © 2016 OpenDaylight. All rights reserved.