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