public class PrefixListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<PrefixList>
PrefixListBuilder instances.PrefixListBuilder| Constructor and Description |
|---|
PrefixListBuilder() |
PrefixListBuilder(PrefixList base) |
| Modifier and Type | Method and Description |
|---|---|
PrefixListBuilder |
addAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType,
Augmentation<PrefixList> augmentationValue) |
<E extends Augmentation<PrefixList>> |
augmentation(Class<E> augmentationType) |
PrefixList |
build() |
List<Prefix> |
getPrefix() |
PrefixListBuilder |
removeAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType) |
PrefixListBuilder |
setPrefix(List<Prefix> values) |
public PrefixListBuilder()
public PrefixListBuilder(PrefixList base)
public <E extends Augmentation<PrefixList>> E augmentation(Class<E> augmentationType)
public PrefixListBuilder setPrefix(List<Prefix> values)
public PrefixListBuilder addAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType, Augmentation<PrefixList> augmentationValue)
public PrefixListBuilder removeAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType)
public PrefixList build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<PrefixList,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.