public class LabelCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<LabelCase>
LabelCase instances.LabelCase| Constructor and Description |
|---|
LabelCaseBuilder() |
LabelCaseBuilder(LabelCase base) |
| Modifier and Type | Method and Description |
|---|---|
LabelCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LabelCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<LabelCase> augmentationValue) |
LabelCase |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<LabelCase>> |
getAugmentation(Class<E> augmentationType) |
Label |
getLabel() |
LabelCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LabelCase>> augmentationType) |
LabelCaseBuilder |
setLabel(Label value) |
public LabelCaseBuilder()
public LabelCaseBuilder(LabelCase base)
public Label getLabel()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<LabelCase>> E getAugmentation(Class<E> augmentationType)
public LabelCaseBuilder setLabel(Label value)
public LabelCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LabelCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<LabelCase> augmentationValue)
public LabelCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LabelCase>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.