public class DefaultC2 extends org.onosproject.yang.model.InnerModelObject implements C2
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeC2.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected byte |
leaf1 |
protected BigDecimal |
leaf10 |
protected short |
leaf2 |
protected int |
leaf3 |
protected short |
leaf4 |
protected int |
leaf5 |
protected long |
leaf6 |
protected long |
leaf7 |
protected BigInteger |
leaf8 |
protected boolean |
leaf9 |
protected List<String> |
leaflist1 |
protected List<Byte> |
ll1 |
protected List<BigDecimal> |
ll10 |
protected List<Short> |
ll2 |
protected List<Integer> |
ll3 |
protected List<Short> |
ll4 |
protected List<Integer> |
ll5 |
protected List<Long> |
ll6 |
protected List<Long> |
ll7 |
protected List<BigInteger> |
ll8 |
protected List<Boolean> |
ll9 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultC2()
Creates an instance of defaultC2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLeaflist1(String addTo)
Adds to the list of leaflist1.
|
void |
addToLl1(Byte addTo)
Adds to the list of ll1.
|
void |
addToLl10(BigDecimal addTo)
Adds to the list of ll10.
|
void |
addToLl2(Short addTo)
Adds to the list of ll2.
|
void |
addToLl3(Integer addTo)
Adds to the list of ll3.
|
void |
addToLl4(Short addTo)
Adds to the list of ll4.
|
void |
addToLl5(Integer addTo)
Adds to the list of ll5.
|
void |
addToLl6(Long addTo)
Adds to the list of ll6.
|
void |
addToLl7(Long addTo)
Adds to the list of ll7.
|
void |
addToLl8(BigInteger addTo)
Adds to the list of ll8.
|
void |
addToLl9(Boolean addTo)
Adds to the list of ll9.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(C2.LeafIdentifier leaf)
Checks if the leaf value is set.
|
byte |
leaf1()
Returns the attribute leaf1.
|
void |
leaf1(byte leaf1)
Sets the attribute leaf1.
|
BigDecimal |
leaf10()
Returns the attribute leaf10.
|
void |
leaf10(BigDecimal leaf10)
Sets the attribute leaf10.
|
short |
leaf2()
Returns the attribute leaf2.
|
void |
leaf2(short leaf2)
Sets the attribute leaf2.
|
int |
leaf3()
Returns the attribute leaf3.
|
void |
leaf3(int leaf3)
Sets the attribute leaf3.
|
short |
leaf4()
Returns the attribute leaf4.
|
void |
leaf4(short leaf4)
Sets the attribute leaf4.
|
int |
leaf5()
Returns the attribute leaf5.
|
void |
leaf5(int leaf5)
Sets the attribute leaf5.
|
long |
leaf6()
Returns the attribute leaf6.
|
void |
leaf6(long leaf6)
Sets the attribute leaf6.
|
long |
leaf7()
Returns the attribute leaf7.
|
void |
leaf7(long leaf7)
Sets the attribute leaf7.
|
BigInteger |
leaf8()
Returns the attribute leaf8.
|
void |
leaf8(BigInteger leaf8)
Sets the attribute leaf8.
|
boolean |
leaf9()
Returns the attribute leaf9.
|
void |
leaf9(boolean leaf9)
Sets the attribute leaf9.
|
List<String> |
leaflist1()
Returns the attribute leaflist1.
|
void |
leaflist1(List<String> leaflist1)
Sets the attribute leaflist1.
|
List<Byte> |
ll1()
Returns the attribute ll1.
|
void |
ll1(List<Byte> ll1)
Sets the attribute ll1.
|
List<BigDecimal> |
ll10()
Returns the attribute ll10.
|
void |
ll10(List<BigDecimal> ll10)
Sets the attribute ll10.
|
List<Short> |
ll2()
Returns the attribute ll2.
|
void |
ll2(List<Short> ll2)
Sets the attribute ll2.
|
List<Integer> |
ll3()
Returns the attribute ll3.
|
void |
ll3(List<Integer> ll3)
Sets the attribute ll3.
|
List<Short> |
ll4()
Returns the attribute ll4.
|
void |
ll4(List<Short> ll4)
Sets the attribute ll4.
|
List<Integer> |
ll5()
Returns the attribute ll5.
|
void |
ll5(List<Integer> ll5)
Sets the attribute ll5.
|
List<Long> |
ll6()
Returns the attribute ll6.
|
void |
ll6(List<Long> ll6)
Sets the attribute ll6.
|
List<Long> |
ll7()
Returns the attribute ll7.
|
void |
ll7(List<Long> ll7)
Sets the attribute ll7.
|
List<BigInteger> |
ll8()
Returns the attribute ll8.
|
void |
ll8(List<BigInteger> ll8)
Sets the attribute ll8.
|
List<Boolean> |
ll9()
Returns the attribute ll9.
|
void |
ll9(List<Boolean> ll9)
Sets the attribute ll9.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected byte leaf1
protected short leaf2
protected int leaf3
protected short leaf4
protected int leaf5
protected long leaf6
protected long leaf7
protected BigInteger leaf8
protected boolean leaf9
protected BigDecimal leaf10
protected List<BigInteger> ll8
protected List<BigDecimal> ll10
protected BitSet valueLeafFlags
public byte leaf1()
C2public short leaf2()
C2public int leaf3()
C2public short leaf4()
C2public int leaf5()
C2public long leaf6()
C2public long leaf7()
C2public BigInteger leaf8()
C2public boolean leaf9()
C2public BigDecimal leaf10()
C2public List<String> leaflist1()
C2public List<BigInteger> ll8()
C2public List<BigDecimal> ll10()
C2public BitSet valueLeafFlags()
C2valueLeafFlags in interface C2public void leaf1(byte leaf1)
C2public void leaf2(short leaf2)
C2public void leaf3(int leaf3)
C2public void leaf4(short leaf4)
C2public void leaf5(int leaf5)
C2public void leaf6(long leaf6)
C2public void leaf7(long leaf7)
C2public void leaf8(BigInteger leaf8)
C2public void leaf9(boolean leaf9)
C2public void leaf10(BigDecimal leaf10)
C2public void leaflist1(List<String> leaflist1)
C2public void ll3(List<Integer> ll3)
C2public void ll5(List<Integer> ll5)
C2public void ll8(List<BigInteger> ll8)
C2public void ll9(List<Boolean> ll9)
C2public void ll10(List<BigDecimal> ll10)
C2public void addToLeaflist1(String addTo)
C2addToLeaflist1 in interface C2addTo - value of leaflist1public void addToLl1(Byte addTo)
C2public void addToLl2(Short addTo)
C2public void addToLl3(Integer addTo)
C2public void addToLl4(Short addTo)
C2public void addToLl5(Integer addTo)
C2public void addToLl6(Long addTo)
C2public void addToLl7(Long addTo)
C2public void addToLl8(BigInteger addTo)
C2public void addToLl9(Boolean addTo)
C2public void addToLl10(BigDecimal addTo)
C2public boolean isLeafValueSet(C2.LeafIdentifier leaf)
C2isLeafValueSet in interface C2leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.