public class ContBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Cont>
ContBuilder instances.ContBuilder| Constructor and Description | 
|---|
| ContBuilder() | 
| ContBuilder(Cont base) | 
| Modifier and Type | Method and Description | 
|---|---|
| ContBuilder | addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
               Augmentation<Cont> augmentationValue) | 
| <E extends Augmentation<Cont>> | augmentation(Class<E> augmentationType) | 
| Cont | build() | 
| String | getTest() | 
| String | getTest2() | 
| List<String> | getTest3() | 
| List<String> | getTest4() | 
| ContBuilder | removeAugmentation(Class<? extends Augmentation<Cont>> augmentationType) | 
| ContBuilder | setTest(String value) | 
| ContBuilder | setTest2(String value) | 
| ContBuilder | setTest3(List<String> values) | 
| ContBuilder | setTest4(List<String> values) | 
public ContBuilder()
public ContBuilder(Cont base)
public String getTest()
public String getTest2()
public <E extends Augmentation<Cont>> E augmentation(Class<E> augmentationType)
public ContBuilder setTest(String value)
public ContBuilder setTest2(String value)
public ContBuilder setTest3(List<String> values)
public ContBuilder setTest4(List<String> values)
public ContBuilder addAugmentation(Class<? extends Augmentation<Cont>> augmentationType, Augmentation<Cont> augmentationValue)
public ContBuilder removeAugmentation(Class<? extends Augmentation<Cont>> augmentationType)
public Cont build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Cont,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.