public class TopIntBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<TopInt>
TopIntBuilder
instances.TopIntBuilder
Constructor and Description |
---|
TopIntBuilder() |
TopIntBuilder(TopInt base) |
Modifier and Type | Method and Description |
---|---|
TopIntBuilder |
addAugmentation(Class<? extends Augmentation<TopInt>> augmentationType,
Augmentation<TopInt> augmentationValue) |
<E extends Augmentation<TopInt>> |
augmentation(Class<E> augmentationType) |
TopInt |
build() |
Long |
getLeafInt32() |
TopIntBuilder |
removeAugmentation(Class<? extends Augmentation<TopInt>> augmentationType) |
TopIntBuilder |
setLeafInt32(Long value) |
public TopIntBuilder()
public TopIntBuilder(TopInt base)
public Long getLeafInt32()
public <E extends Augmentation<TopInt>> E augmentation(Class<E> augmentationType)
public TopIntBuilder setLeafInt32(Long value)
public TopIntBuilder addAugmentation(Class<? extends Augmentation<TopInt>> augmentationType, Augmentation<TopInt> augmentationValue)
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.