public class ExplicitLocatorPathBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ExplicitLocatorPath>
ExplicitLocatorPathBuilder
instances.ExplicitLocatorPathBuilder
Constructor and Description |
---|
ExplicitLocatorPathBuilder() |
ExplicitLocatorPathBuilder(ExplicitLocatorPath base) |
Modifier and Type | Method and Description |
---|---|
ExplicitLocatorPathBuilder |
addAugmentation(Class<? extends Augmentation<ExplicitLocatorPath>> augmentationType,
Augmentation<ExplicitLocatorPath> augmentationValue) |
<E extends Augmentation<ExplicitLocatorPath>> |
augmentation(Class<E> augmentationType) |
ExplicitLocatorPath |
build() |
List<Hop> |
getHop() |
ExplicitLocatorPathBuilder |
removeAugmentation(Class<? extends Augmentation<ExplicitLocatorPath>> augmentationType) |
ExplicitLocatorPathBuilder |
setHop(List<Hop> values) |
public ExplicitLocatorPathBuilder()
public ExplicitLocatorPathBuilder(ExplicitLocatorPath base)
public <E extends Augmentation<ExplicitLocatorPath>> E augmentation(Class<E> augmentationType)
public ExplicitLocatorPathBuilder setHop(List<Hop> values)
public ExplicitLocatorPathBuilder addAugmentation(Class<? extends Augmentation<ExplicitLocatorPath>> augmentationType, Augmentation<ExplicitLocatorPath> augmentationValue)
public ExplicitLocatorPathBuilder removeAugmentation(Class<? extends Augmentation<ExplicitLocatorPath>> augmentationType)
public ExplicitLocatorPath build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<ExplicitLocatorPath,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.