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