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() | 
| Cont.Ref | getRef() | 
| ContBuilder | removeAugmentation(Class<? extends Augmentation<Cont>> augmentationType) | 
| ContBuilder | setRef(Cont.Ref value) | 
public ContBuilder()
public ContBuilder(Cont base)
public Cont.Ref getRef()
public <E extends Augmentation<Cont>> E augmentation(Class<E> augmentationType)
public ContBuilder setRef(Cont.Ref value)
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.