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