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