| 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() |
static List<com.google.common.collect.Range<BigInteger>> |
_start_range() |
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 |
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)
public static List<com.google.common.collect.Range<BigInteger>> _end_range()
public DstBuilder setStart(Integer value)
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 Dst build()
Copyright © 2015. All rights reserved.