public interface DestroyTopicInput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DestroyTopicInput>
This class represents the following YANG schema fragment defined in module event-aggregator
(Source path: META-INF/yang/event-aggregator.yang):
container input {
leaf topic-id {
type topic-id;
}
}
The schema path to identify an instance is
event-aggregator/destroy-topic/input
To create instances of this class use DestroyTopicInputBuilder.
DestroyTopicInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
TopicId |
getTopicId() |
TopicId getTopicId()
Copyright © 2016 OpenDaylight. All rights reserved.