public class ThreadpoolFlexibleBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ThreadpoolFlexible>
ThreadpoolFlexible instances.ThreadpoolFlexible| Constructor and Description |
|---|
ThreadpoolFlexibleBuilder() |
ThreadpoolFlexibleBuilder(ThreadpoolFlexible base) |
public ThreadpoolFlexibleBuilder()
public ThreadpoolFlexibleBuilder(ThreadpoolFlexible base)
public Long getKeepAliveMillis()
public Integer getMaxThreadCount()
public Integer getMinThreadCount()
public Integer getQueueCapacity()
public ThreadFactory getThreadFactory()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFlexible>> E getAugmentation(Class<E> augmentationType)
public ThreadpoolFlexibleBuilder setKeepAliveMillis(Long value)
public ThreadpoolFlexibleBuilder setMaxThreadCount(Integer value)
public ThreadpoolFlexibleBuilder setMinThreadCount(Integer value)
public ThreadpoolFlexibleBuilder setQueueCapacity(Integer value)
public ThreadpoolFlexibleBuilder setThreadFactory(ThreadFactory value)
public ThreadpoolFlexibleBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFlexible>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFlexible> augmentation)
public ThreadpoolFlexibleBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ThreadpoolFlexible>> augmentationType)
public ThreadpoolFlexible build()
build in interface org.opendaylight.yangtools.concepts.Builder<ThreadpoolFlexible>Copyright © 2016 OpenDaylight. All rights reserved.