public class JoinTopicInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<JoinTopicInput>
JoinTopicInput instances.JoinTopicInput| Constructor and Description |
|---|
JoinTopicInputBuilder() |
JoinTopicInputBuilder(JoinTopicInput base) |
| Modifier and Type | Method and Description |
|---|---|
JoinTopicInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<JoinTopicInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<JoinTopicInput> augmentation) |
JoinTopicInput |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<JoinTopicInput>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> |
getNode() |
NotificationPattern |
getNotificationPattern() |
TopicId |
getTopicId() |
JoinTopicInputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<JoinTopicInput>> augmentationType) |
JoinTopicInputBuilder |
setNode(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value) |
JoinTopicInputBuilder |
setNotificationPattern(NotificationPattern value) |
JoinTopicInputBuilder |
setTopicId(TopicId value) |
public JoinTopicInputBuilder()
public JoinTopicInputBuilder(JoinTopicInput base)
public org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getNode()
public NotificationPattern getNotificationPattern()
public TopicId getTopicId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<JoinTopicInput>> E getAugmentation(Class<E> augmentationType)
public JoinTopicInputBuilder setNode(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value)
public JoinTopicInputBuilder setNotificationPattern(NotificationPattern value)
public JoinTopicInputBuilder setTopicId(TopicId value)
public JoinTopicInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<JoinTopicInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<JoinTopicInput> augmentation)
public JoinTopicInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<JoinTopicInput>> augmentationType)
public JoinTopicInput build()
build in interface org.opendaylight.yangtools.concepts.Builder<JoinTopicInput>Copyright © 2016 OpenDaylight. All rights reserved.