public class FlowLabelBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<FlowLabel>
FlowLabel instances.FlowLabel| Constructor and Description |
|---|
FlowLabelBuilder() |
FlowLabelBuilder(FlowLabel base) |
FlowLabelBuilder(FlowLabelValue arg) |
| Modifier and Type | Method and Description |
|---|---|
FlowLabelBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabel>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabel> augmentationValue) |
FlowLabel |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabel>> |
getAugmentation(Class<E> augmentationType) |
NumericOperand |
getOp() |
Long |
getValue() |
FlowLabelBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabel>> augmentationType) |
FlowLabelBuilder |
setOp(NumericOperand value) |
FlowLabelBuilder |
setValue(Long value) |
public FlowLabelBuilder()
public FlowLabelBuilder(FlowLabelValue arg)
public FlowLabelBuilder(FlowLabel base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic NumericOperand getOp()
public Long getValue()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabel>> E getAugmentation(Class<E> augmentationType)
public FlowLabelBuilder setOp(NumericOperand value)
public FlowLabelBuilder setValue(Long value)
public FlowLabelBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabel>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabel> augmentationValue)
public FlowLabelBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowLabel>> augmentationType)
Copyright © 2017 OpenDaylight. All rights reserved.