public class EmptyLeafBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<EmptyLeaf>
EmptyLeaf
instances.EmptyLeaf
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
EmptyLeafBuilder() |
EmptyLeafBuilder(EmptyLeaf base) |
Modifier and Type | Method and Description |
---|---|
EmptyLeafBuilder |
addAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType,
Augmentation<EmptyLeaf> augmentation) |
EmptyLeaf |
build() |
<E extends Augmentation<? super EmptyLeaf>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yangtools.yang.common.Empty |
getEmptyType() |
EmptyLeafBuilder |
removeAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType) |
EmptyLeafBuilder |
setEmptyType(org.opendaylight.yangtools.yang.common.Empty value) |
public EmptyLeafBuilder()
public EmptyLeafBuilder(EmptyLeaf base)
public org.opendaylight.yangtools.yang.common.Empty getEmptyType()
public <E extends Augmentation<? super EmptyLeaf>> E getAugmentation(Class<E> augmentationType)
public EmptyLeafBuilder setEmptyType(org.opendaylight.yangtools.yang.common.Empty value)
public EmptyLeafBuilder addAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType, Augmentation<EmptyLeaf> augmentation)
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.