public class MaxLspBandwidthBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<MaxLspBandwidth>
MaxLspBandwidthBuilder
instances.MaxLspBandwidthBuilder
Constructor and Description |
---|
MaxLspBandwidthBuilder() |
MaxLspBandwidthBuilder(MaxLspBandwidth base) |
Modifier and Type | Method and Description |
---|---|
MaxLspBandwidthBuilder |
addAugmentation(Class<? extends Augmentation<MaxLspBandwidth>> augmentationType,
Augmentation<MaxLspBandwidth> augmentationValue) |
<E extends Augmentation<MaxLspBandwidth>> |
augmentation(Class<E> augmentationType) |
MaxLspBandwidth |
build() |
BigDecimal |
getBandwidth() |
Short |
getPriority() |
MaxLspBandwidthKey |
key() |
MaxLspBandwidthBuilder |
removeAugmentation(Class<? extends Augmentation<MaxLspBandwidth>> augmentationType) |
MaxLspBandwidthBuilder |
setBandwidth(BigDecimal value) |
MaxLspBandwidthBuilder |
setPriority(Short value) |
MaxLspBandwidthBuilder |
withKey(MaxLspBandwidthKey key) |
public MaxLspBandwidthBuilder()
public MaxLspBandwidthBuilder(MaxLspBandwidth base)
public MaxLspBandwidthKey key()
public BigDecimal getBandwidth()
public Short getPriority()
public <E extends Augmentation<MaxLspBandwidth>> E augmentation(Class<E> augmentationType)
public MaxLspBandwidthBuilder withKey(MaxLspBandwidthKey key)
public MaxLspBandwidthBuilder setBandwidth(BigDecimal value)
public MaxLspBandwidthBuilder setPriority(Short value)
public MaxLspBandwidthBuilder addAugmentation(Class<? extends Augmentation<MaxLspBandwidth>> augmentationType, Augmentation<MaxLspBandwidth> augmentationValue)
public MaxLspBandwidthBuilder removeAugmentation(Class<? extends Augmentation<MaxLspBandwidth>> augmentationType)
public MaxLspBandwidth build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<MaxLspBandwidth,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.