public class ContBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Cont>
Cont instances.Cont| Constructor and Description | 
|---|
ContBuilder()  | 
ContBuilder(Cont base)  | 
| Modifier and Type | Method and Description | 
|---|---|
ContBuilder | 
addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
               Augmentation<Cont> augmentationValue)  | 
Cont | 
build()  | 
<E extends Augmentation<Cont>> | 
getAugmentation(Class<E> augmentationType)  | 
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 getAugmentation(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)
Copyright © 2018 OpenDaylight. All rights reserved.