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)  | 
IpAddressBinary | 
getIpAddress()  | 
RootBuilder | 
removeAugmentation(Class<? extends Augmentation<Root>> augmentationType)  | 
RootBuilder | 
setIpAddress(IpAddressBinary value)  | 
public RootBuilder()
public RootBuilder(Root base)
public IpAddressBinary getIpAddress()
public <E extends Augmentation<Root>> E getAugmentation(Class<E> augmentationType)
public RootBuilder setIpAddress(IpAddressBinary 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.