public class DstBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Dst>
Dst instances.Dst| Constructor and Description |
|---|
DstBuilder() |
DstBuilder(Dst base) |
DstBuilder(DstChoiceGrouping arg) |
DstBuilder(RangeGrouping arg) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_end_range()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
static List<com.google.common.collect.Range<BigInteger>> |
_start_range()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
DstBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Dst>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Dst> augmentation) |
Dst |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Dst>> |
getAugmentation(Class<E> augmentationType) |
DstChoice |
getDstChoice() |
Integer |
getEnd() |
Integer |
getStart() |
DstBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Dst>> augmentationType) |
DstBuilder |
setDstChoice(DstChoice value) |
DstBuilder |
setEnd(Integer value) |
DstBuilder |
setStart(Integer value) |
public DstBuilder()
public DstBuilder(RangeGrouping arg)
public DstBuilder(DstChoiceGrouping arg)
public DstBuilder(Dst base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic DstChoice getDstChoice()
public Integer getEnd()
public Integer getStart()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Dst>> E getAugmentation(Class<E> augmentationType)
public DstBuilder setDstChoice(DstChoice value)
public DstBuilder setEnd(Integer value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _end_range()
public DstBuilder setStart(Integer value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _start_range()
public DstBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Dst>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Dst> augmentation)
public DstBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Dst>> augmentationType)
Copyright © 2015. All rights reserved.