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