public class TopIntBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<TopInt>
TopInt
instances.TopInt
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
TopIntBuilder() |
TopIntBuilder(TopInt base) |
Modifier and Type | Method and Description |
---|---|
TopIntBuilder |
addAugmentation(Class<? extends Augmentation<TopInt>> augmentationType,
Augmentation<TopInt> augmentation) |
TopInt |
build() |
<E extends Augmentation<? super TopInt>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yangtools.yang.common.Uint32 |
getLeafInt32() |
TopIntBuilder |
removeAugmentation(Class<? extends Augmentation<TopInt>> augmentationType) |
TopIntBuilder |
setLeafInt32(org.opendaylight.yangtools.yang.common.Uint32 value) |
public TopIntBuilder()
public TopIntBuilder(TopInt base)
public org.opendaylight.yangtools.yang.common.Uint32 getLeafInt32()
public <E extends Augmentation<? super TopInt>> E getAugmentation(Class<E> augmentationType)
public TopIntBuilder setLeafInt32(org.opendaylight.yangtools.yang.common.Uint32 value)
public TopIntBuilder addAugmentation(Class<? extends Augmentation<TopInt>> augmentationType, Augmentation<TopInt> augmentation)
public TopIntBuilder removeAugmentation(Class<? extends Augmentation<TopInt>> augmentationType)
public TopInt build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<TopInt,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.