public class WavebandSwitchingLabelBuilder extends Object
WavebandSwitchingLabel instances.WavebandSwitchingLabel| Constructor and Description |
|---|
WavebandSwitchingLabelBuilder() |
WavebandSwitchingLabelBuilder(WavebandSwitchingLabel arg) |
WavebandSwitchingLabelBuilder(WavebandSwitchingLabel base) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_endLabel_range() |
static List<com.google.common.collect.Range<BigInteger>> |
_startLabel_range() |
static List<com.google.common.collect.Range<BigInteger>> |
_wavebandId_range() |
WavebandSwitchingLabelBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel> augmentation) |
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 |
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 static List<com.google.common.collect.Range<BigInteger>> _endLabel_range()
public WavebandSwitchingLabelBuilder setStartLabel(Long value)
public static List<com.google.common.collect.Range<BigInteger>> _startLabel_range()
public WavebandSwitchingLabelBuilder setWavebandId(Long value)
public static List<com.google.common.collect.Range<BigInteger>> _wavebandId_range()
public WavebandSwitchingLabelBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<WavebandSwitchingLabel> augmentation)
public WavebandSwitchingLabel build()
Copyright © 2014. All rights reserved.