public class ListInCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ListInCase>
ListInCaseBuilder
instances.ListInCaseBuilder
Constructor and Description |
---|
ListInCaseBuilder() |
ListInCaseBuilder(ListInCase base) |
Modifier and Type | Method and Description |
---|---|
ListInCaseBuilder |
addAugmentation(Class<? extends Augmentation<ListInCase>> augmentationType,
Augmentation<ListInCase> augmentationValue) |
<E extends Augmentation<ListInCase>> |
augmentation(Class<E> augmentationType) |
ListInCase |
build() |
String |
getTestLeaf() |
ListInCaseKey |
key() |
ListInCaseBuilder |
removeAugmentation(Class<? extends Augmentation<ListInCase>> augmentationType) |
ListInCaseBuilder |
setTestLeaf(String value) |
ListInCaseBuilder |
withKey(ListInCaseKey key) |
public ListInCaseBuilder()
public ListInCaseBuilder(ListInCase base)
public ListInCaseKey key()
public String getTestLeaf()
public <E extends Augmentation<ListInCase>> E augmentation(Class<E> augmentationType)
public ListInCaseBuilder withKey(ListInCaseKey key)
public ListInCaseBuilder setTestLeaf(String value)
public ListInCaseBuilder addAugmentation(Class<? extends Augmentation<ListInCase>> augmentationType, Augmentation<ListInCase> augmentationValue)
public ListInCaseBuilder removeAugmentation(Class<? extends Augmentation<ListInCase>> augmentationType)
public ListInCase build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<ListInCase,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.