public class NeighborBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Neighbor>
NeighborBuilder
instances.NeighborBuilder
Constructor and Description |
---|
NeighborBuilder() |
NeighborBuilder(Neighbor base) |
Modifier and Type | Method and Description |
---|---|
NeighborBuilder |
addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType,
Augmentation<Neighbor> augmentationValue) |
<E extends Augmentation<Neighbor>> |
augmentation(Class<E> augmentationType) |
Neighbor |
build() |
Ipv4AddressNoZone |
getIp() |
PhysAddress |
getLinkLayerAddress() |
NeighborOrigin |
getOrigin() |
NeighborKey |
key() |
NeighborBuilder |
removeAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType) |
NeighborBuilder |
setIp(Ipv4AddressNoZone value) |
NeighborBuilder |
setLinkLayerAddress(PhysAddress value) |
NeighborBuilder |
setOrigin(NeighborOrigin value) |
NeighborBuilder |
withKey(NeighborKey key) |
public NeighborBuilder()
public NeighborBuilder(Neighbor base)
public NeighborKey key()
public Ipv4AddressNoZone getIp()
public PhysAddress getLinkLayerAddress()
public NeighborOrigin getOrigin()
public <E extends Augmentation<Neighbor>> E augmentation(Class<E> augmentationType)
public NeighborBuilder withKey(NeighborKey key)
public NeighborBuilder setIp(Ipv4AddressNoZone value)
public NeighborBuilder setLinkLayerAddress(PhysAddress value)
public NeighborBuilder setOrigin(NeighborOrigin value)
public NeighborBuilder addAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType, Augmentation<Neighbor> augmentationValue)
public NeighborBuilder removeAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType)
public Neighbor build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Neighbor,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.