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