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