public class FlowLabelCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<FlowLabelCase>
FlowLabelCase instances.FlowLabelCase| Constructor and Description |
|---|
FlowLabelCaseBuilder() |
FlowLabelCaseBuilder(FlowLabelCase base) |
| Modifier and Type | Method and Description |
|---|---|
FlowLabelCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabelCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabelCase> augmentationValue) |
FlowLabelCase |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabelCase>> |
getAugmentation(Class<E> augmentationType) |
List<FlowLabel> |
getFlowLabel() |
FlowLabelCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabelCase>> augmentationType) |
FlowLabelCaseBuilder |
setFlowLabel(List<FlowLabel> value) |
public FlowLabelCaseBuilder()
public FlowLabelCaseBuilder(FlowLabelCase base)
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabelCase>> E getAugmentation(Class<E> augmentationType)
public FlowLabelCaseBuilder setFlowLabel(List<FlowLabel> value)
public FlowLabelCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabelCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabelCase> augmentationValue)
public FlowLabelCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabelCase>> augmentationType)
public FlowLabelCase build()
build in interface org.opendaylight.yangtools.concepts.Builder<FlowLabelCase>Copyright © 2017 OpenDaylight. All rights reserved.