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() |
Ipv6AddressNoZone |
getIp() |
PhysAddress |
getLinkLayerAddress() |
NeighborOrigin |
getOrigin() |
Neighbor.State |
getState() |
Boolean |
isIsRouter() |
NeighborKey |
key() |
NeighborBuilder |
removeAugmentation(Class<? extends Augmentation<Neighbor>> augmentationType) |
NeighborBuilder |
setIp(Ipv6AddressNoZone value) |
NeighborBuilder |
setIsRouter(Boolean value) |
NeighborBuilder |
setLinkLayerAddress(PhysAddress value) |
NeighborBuilder |
setOrigin(NeighborOrigin value) |
NeighborBuilder |
setState(Neighbor.State value) |
NeighborBuilder |
withKey(NeighborKey key) |
public NeighborBuilder()
public NeighborBuilder(Neighbor base)
public NeighborKey key()
public Ipv6AddressNoZone getIp()
public PhysAddress getLinkLayerAddress()
public NeighborOrigin getOrigin()
public Neighbor.State getState()
public Boolean isIsRouter()
public <E extends Augmentation<Neighbor>> E augmentation(Class<E> augmentationType)
public NeighborBuilder withKey(NeighborKey key)
public NeighborBuilder setIp(Ipv6AddressNoZone value)
public NeighborBuilder setLinkLayerAddress(PhysAddress value)
public NeighborBuilder setOrigin(NeighborOrigin value)
public NeighborBuilder setState(Neighbor.State value)
public NeighborBuilder setIsRouter(Boolean 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.