public class BinaryListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<BinaryList>
BinaryListBuilder
instances.BinaryListBuilder
Constructor and Description |
---|
BinaryListBuilder() |
BinaryListBuilder(BinaryList base) |
Modifier and Type | Method and Description |
---|---|
BinaryListBuilder |
addAugmentation(Class<? extends Augmentation<BinaryList>> augmentationType,
Augmentation<BinaryList> augmentationValue) |
<E extends Augmentation<BinaryList>> |
augmentation(Class<E> augmentationType) |
BinaryList |
build() |
String |
getBinaryItem() |
byte[] |
getBinaryKey() |
BinaryListKey |
key() |
BinaryListBuilder |
removeAugmentation(Class<? extends Augmentation<BinaryList>> augmentationType) |
BinaryListBuilder |
setBinaryItem(String value) |
BinaryListBuilder |
setBinaryKey(byte[] value) |
BinaryListBuilder |
withKey(BinaryListKey key) |
public BinaryListBuilder()
public BinaryListBuilder(BinaryList base)
public BinaryListKey key()
public String getBinaryItem()
public byte[] getBinaryKey()
public <E extends Augmentation<BinaryList>> E augmentation(Class<E> augmentationType)
public BinaryListBuilder withKey(BinaryListKey key)
public BinaryListBuilder setBinaryItem(String value)
public BinaryListBuilder setBinaryKey(byte[] value)
public BinaryListBuilder addAugmentation(Class<? extends Augmentation<BinaryList>> augmentationType, Augmentation<BinaryList> augmentationValue)
public BinaryListBuilder removeAugmentation(Class<? extends Augmentation<BinaryList>> augmentationType)
public BinaryList build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<BinaryList,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.