public class RootBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Root>
Root instances.Root| Constructor and Description | 
|---|
RootBuilder()  | 
RootBuilder(Root base)  | 
| Modifier and Type | Method and Description | 
|---|---|
RootBuilder | 
addAugmentation(Class<? extends Augmentation<Root>> augmentationType,
               Augmentation<Root> augmentationValue)  | 
Root | 
build()  | 
<E extends Augmentation<Root>> | 
getAugmentation(Class<E> augmentationType)  | 
Bug4798Choice | 
getBug4798Choice()  | 
OuterContainer | 
getOuterContainer()  | 
RootBuilder | 
removeAugmentation(Class<? extends Augmentation<Root>> augmentationType)  | 
RootBuilder | 
setBug4798Choice(Bug4798Choice value)  | 
RootBuilder | 
setOuterContainer(OuterContainer value)  | 
public RootBuilder()
public RootBuilder(Root base)
public Bug4798Choice getBug4798Choice()
public OuterContainer getOuterContainer()
public <E extends Augmentation<Root>> E getAugmentation(Class<E> augmentationType)
public RootBuilder setBug4798Choice(Bug4798Choice value)
public RootBuilder setOuterContainer(OuterContainer value)
public RootBuilder addAugmentation(Class<? extends Augmentation<Root>> augmentationType, Augmentation<Root> augmentationValue)
public RootBuilder removeAugmentation(Class<? extends Augmentation<Root>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.