public class PrefixLengthBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<PrefixLength>
PrefixLengthBuilder
instances.PrefixLengthBuilder
Constructor and Description |
---|
PrefixLengthBuilder() |
PrefixLengthBuilder(PrefixLength base) |
Modifier and Type | Method and Description |
---|---|
PrefixLengthBuilder |
addAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType,
Augmentation<PrefixLength> augmentationValue) |
<E extends Augmentation<PrefixLength>> |
augmentation(Class<E> augmentationType) |
PrefixLength |
build() |
Short |
getPrefixLength() |
PrefixLengthBuilder |
removeAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType) |
PrefixLengthBuilder |
setPrefixLength(Short value) |
public PrefixLengthBuilder()
public PrefixLengthBuilder(PrefixLength base)
public Short getPrefixLength()
public <E extends Augmentation<PrefixLength>> E augmentation(Class<E> augmentationType)
public PrefixLengthBuilder setPrefixLength(Short value)
public PrefixLengthBuilder addAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType, Augmentation<PrefixLength> augmentationValue)
public PrefixLengthBuilder removeAugmentation(Class<? extends Augmentation<PrefixLength>> augmentationType)
public PrefixLength build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<PrefixLength,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.