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 |
|---|---|
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(DstChoiceGrouping arg)
public DstBuilder(RangeGrouping 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 DstBuilder setStart(Integer value)
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 © 2016 OpenDaylight. All rights reserved.