public class TypeKeys extends Object implements org.onosproject.yang.model.KeyInfo<DefaultType>
| Modifier and Type | Field and Description |
|---|---|
protected Leaf1Union |
leaf1 |
protected Class<? extends YangAutoPrefixInt> |
leaf2 |
protected Tdef1 |
leaf3 |
protected Class<? extends YangAutoPrefixInt> |
leaf4 |
protected String |
leaf5 |
protected Leaf6Enum |
leaf6 |
protected Bitdef |
leaf7 |
protected byte[] |
leaf8 |
protected Id |
leaf9 |
| Constructor and Description |
|---|
TypeKeys() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Leaf1Union |
leaf1()
Returns the attribute leaf1.
|
void |
leaf1(Leaf1Union leaf1)
Sets the value to attribute leaf1.
|
Class<? extends YangAutoPrefixInt> |
leaf2()
Returns the attribute leaf2.
|
void |
leaf2(Class<? extends YangAutoPrefixInt> leaf2)
Sets the value to attribute leaf2.
|
Tdef1 |
leaf3()
Returns the attribute leaf3.
|
void |
leaf3(Tdef1 leaf3)
Sets the value to attribute leaf3.
|
Class<? extends YangAutoPrefixInt> |
leaf4()
Returns the attribute leaf4.
|
void |
leaf4(Class<? extends YangAutoPrefixInt> leaf4)
Sets the value to attribute leaf4.
|
String |
leaf5()
Returns the attribute leaf5.
|
void |
leaf5(String leaf5)
Sets the value to attribute leaf5.
|
Leaf6Enum |
leaf6()
Returns the attribute leaf6.
|
void |
leaf6(Leaf6Enum leaf6)
Sets the value to attribute leaf6.
|
Bitdef |
leaf7()
Returns the attribute leaf7.
|
void |
leaf7(Bitdef leaf7)
Sets the value to attribute leaf7.
|
byte[] |
leaf8()
Returns the attribute leaf8.
|
void |
leaf8(byte[] leaf8)
Sets the value to attribute leaf8.
|
Id |
leaf9()
Returns the attribute leaf9.
|
void |
leaf9(Id leaf9)
Sets the value to attribute leaf9.
|
protected Leaf1Union leaf1
protected Class<? extends YangAutoPrefixInt> leaf2
protected Tdef1 leaf3
protected Class<? extends YangAutoPrefixInt> leaf4
protected String leaf5
protected Leaf6Enum leaf6
protected Bitdef leaf7
protected byte[] leaf8
protected Id leaf9
public Leaf1Union leaf1()
public void leaf1(Leaf1Union leaf1)
leaf1 - value of leaf1public Class<? extends YangAutoPrefixInt> leaf2()
public void leaf2(Class<? extends YangAutoPrefixInt> leaf2)
leaf2 - value of leaf2public Tdef1 leaf3()
public void leaf3(Tdef1 leaf3)
leaf3 - value of leaf3public Class<? extends YangAutoPrefixInt> leaf4()
public void leaf4(Class<? extends YangAutoPrefixInt> leaf4)
leaf4 - value of leaf4public String leaf5()
public void leaf5(String leaf5)
leaf5 - value of leaf5public Leaf6Enum leaf6()
public void leaf6(Leaf6Enum leaf6)
leaf6 - value of leaf6public Bitdef leaf7()
public void leaf7(Bitdef leaf7)
leaf7 - value of leaf7public byte[] leaf8()
public void leaf8(byte[] leaf8)
leaf8 - value of leaf8public Id leaf9()
public void leaf9(Id leaf9)
leaf9 - value of leaf9Copyright © 2018. All rights reserved.