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