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