public class ThreadpoolFixedBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ThreadpoolFixed>
ThreadpoolFixed instances.ThreadpoolFixed| Constructor and Description |
|---|
ThreadpoolFixedBuilder() |
ThreadpoolFixedBuilder(ThreadpoolFixed base) |
| Modifier and Type | Method and Description |
|---|---|
ThreadpoolFixedBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFixed>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFixed> augmentation) |
ThreadpoolFixed |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFixed>> |
getAugmentation(Class<E> augmentationType) |
Integer |
getMaxThreadCount() |
ThreadFactory |
getThreadFactory() |
ThreadpoolFixedBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFixed>> augmentationType) |
ThreadpoolFixedBuilder |
setMaxThreadCount(Integer value) |
ThreadpoolFixedBuilder |
setThreadFactory(ThreadFactory value) |
public ThreadpoolFixedBuilder()
public ThreadpoolFixedBuilder(ThreadpoolFixed base)
public Integer getMaxThreadCount()
public ThreadFactory getThreadFactory()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFixed>> E getAugmentation(Class<E> augmentationType)
public ThreadpoolFixedBuilder setMaxThreadCount(Integer value)
public ThreadpoolFixedBuilder setThreadFactory(ThreadFactory value)
public ThreadpoolFixedBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFixed>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFixed> augmentation)
public ThreadpoolFixedBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFixed>> augmentationType)
public ThreadpoolFixed build()
build in interface org.opendaylight.yangtools.concepts.Builder<ThreadpoolFixed>Copyright © 2016 OpenDaylight. All rights reserved.