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