public class PcepSessionConfigBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<PcepSessionConfig>
PcepSessionConfig instances.PcepSessionConfig| Constructor and Description |
|---|
PcepSessionConfigBuilder() |
PcepSessionConfigBuilder(PcepSessionConfig base) |
| Modifier and Type | Method and Description |
|---|---|
PcepSessionConfigBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig> augmentation) |
PcepSessionConfig |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig>> |
getAugmentation(Class<E> augmentationType) |
Integer |
getDeadTimerValue() |
Integer |
getKeepAliveTimerValue() |
PcepSessionConfigBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig>> augmentationType) |
PcepSessionConfigBuilder |
setDeadTimerValue(Integer value) |
PcepSessionConfigBuilder |
setKeepAliveTimerValue(Integer value) |
public PcepSessionConfigBuilder()
public PcepSessionConfigBuilder(PcepSessionConfig base)
public Integer getDeadTimerValue()
public Integer getKeepAliveTimerValue()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig>> E getAugmentation(Class<E> augmentationType)
public PcepSessionConfigBuilder setDeadTimerValue(Integer value)
public PcepSessionConfigBuilder setKeepAliveTimerValue(Integer value)
public PcepSessionConfigBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig> augmentation)
public PcepSessionConfigBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig>> augmentationType)
public PcepSessionConfig build()
build in interface org.opendaylight.yangtools.concepts.Builder<PcepSessionConfig>Copyright © 2017 OpenDaylight. All rights reserved.