public class MyContBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<MyCont>
MyCont instances.MyCont| Constructor and Description | 
|---|
MyContBuilder()  | 
MyContBuilder(MyCont base)  | 
| Modifier and Type | Method and Description | 
|---|---|
MyContBuilder | 
addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType,
               Augmentation<MyCont> augmentation)  | 
MyCont | 
build()  | 
<E extends Augmentation<? super MyCont>> | 
getAugmentation(Class<E> augmentationType)  | 
String | 
getMyLeaf()  | 
MyContBuilder | 
removeAugmentation(Class<? extends Augmentation<MyCont>> augmentationType)  | 
MyContBuilder | 
setMyLeaf(String value)  | 
public MyContBuilder()
public MyContBuilder(MyCont base)
public String getMyLeaf()
public <E extends Augmentation<? super MyCont>> E getAugmentation(Class<E> augmentationType)
public MyContBuilder setMyLeaf(String value)
public MyContBuilder addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType, Augmentation<MyCont> augmentation)
public MyContBuilder removeAugmentation(Class<? extends Augmentation<MyCont>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.