public class WavebandSwitchingLabelBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<WavebandSwitchingLabel>
WavebandSwitchingLabel instances.WavebandSwitchingLabel| Constructor and Description |
|---|
WavebandSwitchingLabelBuilder() |
WavebandSwitchingLabelBuilder(WavebandSwitchingLabel arg) |
WavebandSwitchingLabelBuilder(WavebandSwitchingLabel base) |
| Modifier and Type | Method and Description |
|---|---|
WavebandSwitchingLabelBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel> augmentationValue) |
WavebandSwitchingLabel |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel>> |
getAugmentation(Class<E> augmentationType) |
Long |
getEndLabel() |
Long |
getStartLabel() |
Long |
getWavebandId() |
WavebandSwitchingLabelBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel>> augmentationType) |
WavebandSwitchingLabelBuilder |
setEndLabel(Long value) |
WavebandSwitchingLabelBuilder |
setStartLabel(Long value) |
WavebandSwitchingLabelBuilder |
setWavebandId(Long value) |
public WavebandSwitchingLabelBuilder()
public WavebandSwitchingLabelBuilder(WavebandSwitchingLabel arg)
public WavebandSwitchingLabelBuilder(WavebandSwitchingLabel base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Long getEndLabel()
public Long getStartLabel()
public Long getWavebandId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel>> E getAugmentation(Class<E> augmentationType)
public WavebandSwitchingLabelBuilder setEndLabel(Long value)
public WavebandSwitchingLabelBuilder setStartLabel(Long value)
public WavebandSwitchingLabelBuilder setWavebandId(Long value)
public WavebandSwitchingLabelBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel> augmentationValue)
public WavebandSwitchingLabelBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel>> augmentationType)
public WavebandSwitchingLabel build()
build in interface org.opendaylight.yangtools.concepts.Builder<WavebandSwitchingLabel>Copyright © 2018 OpenDaylight. All rights reserved.