public class NormalIntContainerBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NormalIntContainer>
NormalIntContainerBuilder
instances.NormalIntContainerBuilder
Constructor and Description |
---|
NormalIntContainerBuilder() |
NormalIntContainerBuilder(NormalIntContainer base) |
public NormalIntContainerBuilder()
public NormalIntContainerBuilder(NormalIntContainer base)
public NormalSignedInteger getNormalIntLeaf()
public DerivedNormalSignedInteger getNormalIntLeaf2()
public DerivedNormalSignedInteger2 getNormalIntLeaf3()
public DerivedNormalSignedInteger3 getNormalIntLeaf4()
public Integer getNormalIntLeaf5()
public Integer getNormalIntLeaf6()
public <E extends Augmentation<NormalIntContainer>> E augmentation(Class<E> augmentationType)
public NormalIntContainerBuilder setNormalIntLeaf(NormalSignedInteger value)
public NormalIntContainerBuilder setNormalIntLeaf2(DerivedNormalSignedInteger value)
public NormalIntContainerBuilder setNormalIntLeaf3(DerivedNormalSignedInteger2 value)
public NormalIntContainerBuilder setNormalIntLeaf4(DerivedNormalSignedInteger3 value)
public NormalIntContainerBuilder setNormalIntLeaf5(Integer value)
public NormalIntContainerBuilder setNormalIntLeaf6(Integer value)
public NormalIntContainerBuilder addAugmentation(Class<? extends Augmentation<NormalIntContainer>> augmentationType, Augmentation<NormalIntContainer> augmentationValue)
public NormalIntContainerBuilder removeAugmentation(Class<? extends Augmentation<NormalIntContainer>> augmentationType)
public NormalIntContainer build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<NormalIntContainer,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.