public class RootBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Root>
RootBuilder
instances.RootBuilder
Constructor and Description |
---|
RootBuilder() |
RootBuilder(Root base) |
Modifier and Type | Method and Description |
---|---|
RootBuilder |
addAugmentation(Class<? extends Augmentation<Root>> augmentationType,
Augmentation<Root> augmentationValue) |
<E extends Augmentation<Root>> |
augmentation(Class<E> augmentationType) |
Root |
build() |
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 augmentation(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)
public Root build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Root,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.