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 Augmentation<WavebandSwitchingLabel>> augmentationType,
Augmentation<WavebandSwitchingLabel> augmentation) |
WavebandSwitchingLabel |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
<E extends Augmentation<WavebandSwitchingLabel>> |
getAugmentation(Class<E> augmentationType) |
Long |
getEndLabel() |
Long |
getStartLabel() |
Long |
getWavebandId() |
WavebandSwitchingLabelBuilder |
removeAugmentation(Class<? extends 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(DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Long getEndLabel()
public Long getStartLabel()
public Long getWavebandId()
public <E extends 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 Augmentation<WavebandSwitchingLabel>> augmentationType, Augmentation<WavebandSwitchingLabel> augmentation)
public WavebandSwitchingLabelBuilder removeAugmentation(Class<? extends Augmentation<WavebandSwitchingLabel>> augmentationType)
public WavebandSwitchingLabel build()
build in interface org.opendaylight.yangtools.concepts.Builder<WavebandSwitchingLabel>Copyright © 2016 OpenDaylight. All rights reserved.