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