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