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