public class TllComplexAugmentBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<TllComplexAugment>
TllComplexAugmentBuilder
instances.TllComplexAugmentBuilder
Constructor and Description |
---|
TllComplexAugmentBuilder() |
TllComplexAugmentBuilder(AugGrouping arg) |
TllComplexAugmentBuilder(TllComplexAugment base) |
Modifier and Type | Method and Description |
---|---|
TllComplexAugment |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
String |
getAttrStr1() |
String |
getAttrStr2() |
String |
getAttrStr3() |
String |
getAttrStr4() |
Cont1 |
getCont1() |
Cont2 |
getCont2() |
List<List1> |
getList1() |
TllComplexAugmentBuilder |
setAttrStr1(String value) |
TllComplexAugmentBuilder |
setAttrStr2(String value) |
TllComplexAugmentBuilder |
setAttrStr3(String value) |
TllComplexAugmentBuilder |
setAttrStr4(String value) |
TllComplexAugmentBuilder |
setCont1(Cont1 value) |
TllComplexAugmentBuilder |
setCont2(Cont2 value) |
TllComplexAugmentBuilder |
setList1(List<List1> values) |
public TllComplexAugmentBuilder()
public TllComplexAugmentBuilder(AugGrouping arg)
public TllComplexAugmentBuilder(TllComplexAugment base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic String getAttrStr1()
public String getAttrStr2()
public String getAttrStr3()
public String getAttrStr4()
public Cont1 getCont1()
public Cont2 getCont2()
public TllComplexAugmentBuilder setAttrStr1(String value)
public TllComplexAugmentBuilder setAttrStr2(String value)
public TllComplexAugmentBuilder setAttrStr3(String value)
public TllComplexAugmentBuilder setAttrStr4(String value)
public TllComplexAugmentBuilder setCont1(Cont1 value)
public TllComplexAugmentBuilder setCont2(Cont2 value)
public TllComplexAugmentBuilder setList1(List<List1> values)
public TllComplexAugment build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<TllComplexAugment,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.