public class ChoiceContainerBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ChoiceContainer>
ChoiceContainer
instances.ChoiceContainer
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
ChoiceContainerBuilder() |
ChoiceContainerBuilder(ChoiceContainer base) |
Modifier and Type | Method and Description |
---|---|
ChoiceContainerBuilder |
addAugmentation(Class<? extends Augmentation<ChoiceContainer>> augmentationType,
Augmentation<ChoiceContainer> augmentation) |
ChoiceContainer |
build() |
void |
fieldsFrom(TreeNode arg)
Set fields from given grouping argument.
|
<E extends Augmentation<? super ChoiceContainer>> |
getAugmentation(Class<E> augmentationType) |
Identifier |
getIdentifier() |
ChoiceContainerBuilder |
removeAugmentation(Class<? extends Augmentation<ChoiceContainer>> augmentationType) |
ChoiceContainerBuilder |
setIdentifier(Identifier value) |
public ChoiceContainerBuilder()
public ChoiceContainerBuilder(ChoiceContainer base)
public void fieldsFrom(TreeNode arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic Identifier getIdentifier()
public <E extends Augmentation<? super ChoiceContainer>> E getAugmentation(Class<E> augmentationType)
public ChoiceContainerBuilder setIdentifier(Identifier value)
public ChoiceContainerBuilder addAugmentation(Class<? extends Augmentation<ChoiceContainer>> augmentationType, Augmentation<ChoiceContainer> augmentation)
public ChoiceContainerBuilder removeAugmentation(Class<? extends Augmentation<ChoiceContainer>> augmentationType)
public ChoiceContainer build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<ChoiceContainer,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.