public class SimpleIdBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SimpleId>
SimpleId instances.SimpleId| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Constructor and Description |
|---|
SimpleIdBuilder() |
SimpleIdBuilder(SimpleId base) |
| Modifier and Type | Method and Description |
|---|---|
SimpleIdBuilder |
addAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType,
Augmentation<SimpleId> augmentation) |
SimpleId |
build() |
<E extends Augmentation<? super SimpleId>> |
getAugmentation(Class<E> augmentationType) |
Integer |
getId() |
SimpleIdBuilder |
removeAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType) |
SimpleIdBuilder |
setId(Integer value) |
public SimpleIdBuilder()
public SimpleIdBuilder(SimpleId base)
public Integer getId()
public <E extends Augmentation<? super SimpleId>> E getAugmentation(Class<E> augmentationType)
public SimpleIdBuilder setId(Integer value)
public SimpleIdBuilder addAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType, Augmentation<SimpleId> augmentation)
public SimpleIdBuilder removeAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType)
public SimpleId build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<SimpleId,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.