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