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