public class EmptyLeafBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<EmptyLeaf>
EmptyLeafBuilder
instances.EmptyLeafBuilder
Constructor and Description |
---|
EmptyLeafBuilder() |
EmptyLeafBuilder(EmptyLeaf base) |
Modifier and Type | Method and Description |
---|---|
EmptyLeafBuilder |
addAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType,
Augmentation<EmptyLeaf> augmentationValue) |
<E extends Augmentation<EmptyLeaf>> |
augmentation(Class<E> augmentationType) |
EmptyLeaf |
build() |
Boolean |
isEmptyType() |
EmptyLeafBuilder |
removeAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType) |
EmptyLeafBuilder |
setEmptyType(Boolean value) |
public EmptyLeafBuilder()
public EmptyLeafBuilder(EmptyLeaf base)
public Boolean isEmptyType()
public <E extends Augmentation<EmptyLeaf>> E augmentation(Class<E> augmentationType)
public EmptyLeafBuilder setEmptyType(Boolean value)
public EmptyLeafBuilder addAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType, Augmentation<EmptyLeaf> augmentationValue)
public EmptyLeafBuilder removeAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType)
public EmptyLeaf build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<EmptyLeaf,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.