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