public class NextHopBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NextHop>
NextHopBuilder
instances.NextHopBuilder
Constructor and Description |
---|
NextHopBuilder() |
NextHopBuilder(NextHop base) |
NextHopBuilder(NextHopContent arg) |
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() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
NextHopOptions |
getNextHopOptions() |
NextHopBuilder |
removeAugmentation(Class<? extends Augmentation<NextHop>> augmentationType) |
NextHopBuilder |
setNextHopOptions(NextHopOptions value) |
public NextHopBuilder()
public NextHopBuilder(NextHopContent arg)
public NextHopBuilder(NextHop base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic NextHopOptions getNextHopOptions()
public <E extends Augmentation<NextHop>> E augmentation(Class<E> augmentationType)
public NextHopBuilder setNextHopOptions(NextHopOptions 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.