public class BooleanListIntBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<BooleanListInt>
BooleanListIntBuilder
instances.BooleanListIntBuilder
Constructor and Description |
---|
BooleanListIntBuilder() |
BooleanListIntBuilder(BooleanListInt base) |
Modifier and Type | Method and Description |
---|---|
BooleanListIntBuilder |
addAugmentation(Class<? extends Augmentation<BooleanListInt>> augmentationType,
Augmentation<BooleanListInt> augmentationValue) |
<E extends Augmentation<BooleanListInt>> |
augmentation(Class<E> augmentationType) |
BooleanListInt |
build() |
Byte |
getBooleanLeafInt() |
BooleanListIntKey |
key() |
BooleanListIntBuilder |
removeAugmentation(Class<? extends Augmentation<BooleanListInt>> augmentationType) |
BooleanListIntBuilder |
setBooleanLeafInt(Byte value) |
BooleanListIntBuilder |
withKey(BooleanListIntKey key) |
public BooleanListIntBuilder()
public BooleanListIntBuilder(BooleanListInt base)
public BooleanListIntKey key()
public Byte getBooleanLeafInt()
public <E extends Augmentation<BooleanListInt>> E augmentation(Class<E> augmentationType)
public BooleanListIntBuilder withKey(BooleanListIntKey key)
public BooleanListIntBuilder setBooleanLeafInt(Byte value)
public BooleanListIntBuilder addAugmentation(Class<? extends Augmentation<BooleanListInt>> augmentationType, Augmentation<BooleanListInt> augmentationValue)
public BooleanListIntBuilder removeAugmentation(Class<? extends Augmentation<BooleanListInt>> augmentationType)
public BooleanListInt build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<BooleanListInt,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.