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