public class SrlgBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Srlg>
Srlg instances.Srlg| Constructor and Description |
|---|
SrlgBuilder() |
SrlgBuilder(Srlg base) |
SrlgBuilder(SrlgSubobject arg) |
| Modifier and Type | Method and Description |
|---|---|
SrlgBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Srlg>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Srlg> augmentationValue) |
Srlg |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Srlg>> |
getAugmentation(Class<E> augmentationType) |
SrlgId |
getSrlgId() |
SrlgBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Srlg>> augmentationType) |
SrlgBuilder |
setSrlgId(SrlgId value) |
public SrlgBuilder()
public SrlgBuilder(SrlgSubobject arg)
public SrlgBuilder(Srlg base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic SrlgId getSrlgId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Srlg>> E getAugmentation(Class<E> augmentationType)
public SrlgBuilder setSrlgId(SrlgId value)
public SrlgBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Srlg>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Srlg> augmentationValue)
public SrlgBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Srlg>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.