public class ExtendedIdBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ExtendedId>
ExtendedId
instances.ExtendedId
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
ExtendedIdBuilder() |
ExtendedIdBuilder(ExtendedId base) |
Modifier and Type | Method and Description |
---|---|
ExtendedIdBuilder |
addAugmentation(Class<? extends Augmentation<ExtendedId>> augmentationType,
Augmentation<ExtendedId> augmentation) |
ExtendedId |
build() |
<E extends Augmentation<? super ExtendedId>> |
getAugmentation(Class<E> augmentationType) |
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<? super ExtendedId>> E getAugmentation(Class<E> augmentationType)
public ExtendedIdBuilder setId(String value)
public ExtendedIdBuilder addAugmentation(Class<? extends Augmentation<ExtendedId>> augmentationType, Augmentation<ExtendedId> augmentation)
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.