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