public class BinaryContainerBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<BinaryContainer>
BinaryContainerBuilder
instances.BinaryContainerBuilder
Constructor and Description |
---|
BinaryContainerBuilder() |
BinaryContainerBuilder(BinaryContainer base) |
Modifier and Type | Method and Description |
---|---|
BinaryContainerBuilder |
addAugmentation(Class<? extends Augmentation<BinaryContainer>> augmentationType,
Augmentation<BinaryContainer> augmentationValue) |
<E extends Augmentation<BinaryContainer>> |
augmentation(Class<E> augmentationType) |
BinaryContainer |
build() |
byte[] |
getBinaryLeaf() |
byte[] |
getBinaryLeaf2() |
BinaryContainerBuilder |
removeAugmentation(Class<? extends Augmentation<BinaryContainer>> augmentationType) |
BinaryContainerBuilder |
setBinaryLeaf(byte[] value) |
BinaryContainerBuilder |
setBinaryLeaf2(byte[] value) |
public BinaryContainerBuilder()
public BinaryContainerBuilder(BinaryContainer base)
public byte[] getBinaryLeaf()
public byte[] getBinaryLeaf2()
public <E extends Augmentation<BinaryContainer>> E augmentation(Class<E> augmentationType)
public BinaryContainerBuilder setBinaryLeaf(byte[] value)
public BinaryContainerBuilder setBinaryLeaf2(byte[] value)
public BinaryContainerBuilder addAugmentation(Class<? extends Augmentation<BinaryContainer>> augmentationType, Augmentation<BinaryContainer> augmentationValue)
public BinaryContainerBuilder removeAugmentation(Class<? extends Augmentation<BinaryContainer>> augmentationType)
public BinaryContainer build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<BinaryContainer,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.