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