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