public class HopBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Hop>
HopBuilder
instances.HopBuilder
Constructor and Description |
---|
HopBuilder() |
HopBuilder(Hop base) |
Modifier and Type | Method and Description |
---|---|
HopBuilder |
addAugmentation(Class<? extends Augmentation<Hop>> augmentationType,
Augmentation<Hop> augmentationValue) |
<E extends Augmentation<Hop>> |
augmentation(Class<E> augmentationType) |
Hop |
build() |
SimpleAddress |
getAddress() |
String |
getHopId() |
Hop.LrsBits |
getLrsBits() |
HopKey |
key() |
HopBuilder |
removeAugmentation(Class<? extends Augmentation<Hop>> augmentationType) |
HopBuilder |
setAddress(SimpleAddress value) |
HopBuilder |
setHopId(String value) |
HopBuilder |
setLrsBits(Hop.LrsBits value) |
HopBuilder |
withKey(HopKey key) |
public HopBuilder()
public HopBuilder(Hop base)
public HopKey key()
public SimpleAddress getAddress()
public String getHopId()
public Hop.LrsBits getLrsBits()
public <E extends Augmentation<Hop>> E augmentation(Class<E> augmentationType)
public HopBuilder withKey(HopKey key)
public HopBuilder setAddress(SimpleAddress value)
public HopBuilder setHopId(String value)
public HopBuilder setLrsBits(Hop.LrsBits value)
public HopBuilder addAugmentation(Class<? extends Augmentation<Hop>> augmentationType, Augmentation<Hop> augmentationValue)
public HopBuilder removeAugmentation(Class<? extends Augmentation<Hop>> augmentationType)
public Hop build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Hop,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.