public class BigIntContainerBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<BigIntContainer>
BigIntContainerBuilder
instances.BigIntContainerBuilder
Constructor and Description |
---|
BigIntContainerBuilder() |
BigIntContainerBuilder(BigIntContainer base) |
public BigIntContainerBuilder()
public BigIntContainerBuilder(BigIntContainer base)
public BigSignedInteger getBigIntLeaf()
public DerivedBigSignedInteger getBigIntLeaf2()
public DerivedBigSignedInteger2 getBigIntLeaf3()
public DerivedBigSignedInteger3 getBigIntLeaf4()
public Long getBigIntLeaf5()
public Long getBigIntLeaf6()
public <E extends Augmentation<BigIntContainer>> E augmentation(Class<E> augmentationType)
public BigIntContainerBuilder setBigIntLeaf(BigSignedInteger value)
public BigIntContainerBuilder setBigIntLeaf2(DerivedBigSignedInteger value)
public BigIntContainerBuilder setBigIntLeaf3(DerivedBigSignedInteger2 value)
public BigIntContainerBuilder setBigIntLeaf4(DerivedBigSignedInteger3 value)
public BigIntContainerBuilder setBigIntLeaf5(Long value)
public BigIntContainerBuilder setBigIntLeaf6(Long value)
public BigIntContainerBuilder addAugmentation(Class<? extends Augmentation<BigIntContainer>> augmentationType, Augmentation<BigIntContainer> augmentationValue)
public BigIntContainerBuilder removeAugmentation(Class<? extends Augmentation<BigIntContainer>> augmentationType)
public BigIntContainer build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<BigIntContainer,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.