Modifier and Type | Method and Description |
---|---|
NextHop |
RouteBuilder.getNextHop() |
@Nullable NextHop |
Route.getNextHop()
Support for next-hop.
|
Modifier and Type | Method and Description |
---|---|
RouteBuilder |
RouteBuilder.setNextHop(NextHop value) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<NextHop>> |
NextHopBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NextHop |
NextHopBuilder.build() |
Modifier and Type | Method and Description |
---|---|
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
NextHopBuilder |
NextHopBuilder.addAugmentation(Class<? extends Augmentation<NextHop>> augmentationType,
Augmentation<NextHop> augmentationValue) |
NextHopBuilder |
NextHopBuilder.removeAugmentation(Class<? extends Augmentation<NextHop>> augmentationType) |
Constructor and Description |
---|
NextHopBuilder(NextHop base) |
Copyright © 2019 OpenDaylight. All rights reserved.