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 Augmentation<Srlg>> augmentationType,
Augmentation<Srlg> augmentation) |
Srlg |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
<E extends Augmentation<Srlg>> |
getAugmentation(Class<E> augmentationType) |
SrlgId |
getSrlgId() |
SrlgBuilder |
removeAugmentation(Class<? extends Augmentation<Srlg>> augmentationType) |
SrlgBuilder |
setSrlgId(SrlgId value) |
public SrlgBuilder()
public SrlgBuilder(SrlgSubobject arg)
public SrlgBuilder(Srlg base)
public void fieldsFrom(DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic SrlgId getSrlgId()
public <E extends Augmentation<Srlg>> E getAugmentation(Class<E> augmentationType)
public SrlgBuilder setSrlgId(SrlgId value)
public SrlgBuilder addAugmentation(Class<? extends Augmentation<Srlg>> augmentationType, Augmentation<Srlg> augmentation)
public SrlgBuilder removeAugmentation(Class<? extends Augmentation<Srlg>> augmentationType)
Copyright © 2016 OpenDaylight. All rights reserved.