public class SrcBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Src>
Src instances.Src| Constructor and Description |
|---|
SrcBuilder() |
SrcBuilder(Src base) |
SrcBuilder(SrcChoiceGrouping arg) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_ofsNbits_range()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
SrcBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Src>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Src> augmentation) |
Src |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Src>> |
getAugmentation(Class<E> augmentationType) |
Integer |
getOfsNbits() |
SrcChoice |
getSrcChoice() |
SrcBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Src>> augmentationType) |
SrcBuilder |
setOfsNbits(Integer value) |
SrcBuilder |
setSrcChoice(SrcChoice value) |
public SrcBuilder()
public SrcBuilder(SrcChoiceGrouping arg)
public SrcBuilder(Src base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Integer getOfsNbits()
public SrcChoice getSrcChoice()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Src>> E getAugmentation(Class<E> augmentationType)
public SrcBuilder setOfsNbits(Integer value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _ofsNbits_range()
public SrcBuilder setSrcChoice(SrcChoice value)
public SrcBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Src>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Src> augmentation)
public SrcBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Src>> augmentationType)
Copyright © 2015. All rights reserved.