public class SfcBootstrapBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SfcBootstrap>
SfcBootstrap instances.SfcBootstrap| Constructor and Description |
|---|
SfcBootstrapBuilder() |
SfcBootstrapBuilder(SfcBootstrap base) |
| Modifier and Type | Method and Description |
|---|---|
SfcBootstrapBuilder |
addAugmentation(Class<? extends Augmentation<SfcBootstrap>> augmentationType,
Augmentation<SfcBootstrap> augmentation) |
SfcBootstrap |
build() |
<E extends Augmentation<SfcBootstrap>> |
getAugmentation(Class<E> augmentationType) |
Broker |
getBroker() |
SfcBootstrapBuilder |
removeAugmentation(Class<? extends Augmentation<SfcBootstrap>> augmentationType) |
SfcBootstrapBuilder |
setBroker(Broker value) |
public SfcBootstrapBuilder()
public SfcBootstrapBuilder(SfcBootstrap base)
public Broker getBroker()
public <E extends Augmentation<SfcBootstrap>> E getAugmentation(Class<E> augmentationType)
public SfcBootstrapBuilder setBroker(Broker value)
public SfcBootstrapBuilder addAugmentation(Class<? extends Augmentation<SfcBootstrap>> augmentationType, Augmentation<SfcBootstrap> augmentation)
public SfcBootstrapBuilder removeAugmentation(Class<? extends Augmentation<SfcBootstrap>> augmentationType)
public SfcBootstrap build()
build in interface org.opendaylight.yangtools.concepts.Builder<SfcBootstrap>Copyright © 2016 OpenDaylight. All rights reserved.