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