public class SimpleIdBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SimpleId>
SimpleIdBuilder
instances.SimpleIdBuilder
Constructor and Description |
---|
SimpleIdBuilder() |
SimpleIdBuilder(SimpleId base) |
Modifier and Type | Method and Description |
---|---|
SimpleIdBuilder |
addAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType,
Augmentation<SimpleId> augmentationValue) |
<E extends Augmentation<SimpleId>> |
augmentation(Class<E> augmentationType) |
SimpleId |
build() |
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<SimpleId>> E augmentation(Class<E> augmentationType)
public SimpleIdBuilder setId(Integer value)
public SimpleIdBuilder addAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType, Augmentation<SimpleId> augmentationValue)
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.