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() |
ExplicitLocatorPath |
getExplicitLocatorPath() |
ExplicitLocatorPathBuilder |
removeAugmentation(Class<? extends Augmentation<ExplicitLocatorPath>> augmentationType) |
ExplicitLocatorPathBuilder |
setExplicitLocatorPath(ExplicitLocatorPath value) |
public ExplicitLocatorPathBuilder()
public ExplicitLocatorPathBuilder(ExplicitLocatorPath base)
public ExplicitLocatorPath getExplicitLocatorPath()
public <E extends Augmentation<ExplicitLocatorPath>> E augmentation(Class<E> augmentationType)
public ExplicitLocatorPathBuilder setExplicitLocatorPath(ExplicitLocatorPath value)
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.