public class TopicNotificationBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<TopicNotification>
TopicNotification instances.TopicNotification| Constructor and Description |
|---|
TopicNotificationBuilder() |
TopicNotificationBuilder(TopicNotification base) |
| Modifier and Type | Method and Description |
|---|---|
TopicNotificationBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TopicNotification>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<TopicNotification> augmentation) |
TopicNotification |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<TopicNotification>> |
getAugmentation(Class<E> augmentationType) |
String |
getNodeId() |
TopicId |
getTopicId() |
TopicNotificationBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TopicNotification>> augmentationType) |
TopicNotificationBuilder |
setNodeId(String value) |
TopicNotificationBuilder |
setTopicId(TopicId value) |
public TopicNotificationBuilder()
public TopicNotificationBuilder(TopicNotification base)
public String getNodeId()
public TopicId getTopicId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<TopicNotification>> E getAugmentation(Class<E> augmentationType)
public TopicNotificationBuilder setNodeId(String value)
public TopicNotificationBuilder setTopicId(TopicId value)
public TopicNotificationBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TopicNotification>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<TopicNotification> augmentation)
public TopicNotificationBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TopicNotification>> augmentationType)
public TopicNotification build()
build in interface org.opendaylight.yangtools.concepts.Builder<TopicNotification>Copyright © 2016 OpenDaylight. All rights reserved.