public interface Top
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Top.LeafIdentifier
Identify the leaf of Top.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToColor(String addTo)
Adds to the list of color.
|
void |
addToYangAutoPrefixInterface(YangAutoPrefixInterface addTo)
Adds to the list of yangAutoPrefixInterface.
|
List<String> |
color()
Returns the attribute color.
|
void |
color(List<String> color)
Sets the attribute color.
|
boolean |
isLeafValueSet(Top.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
mtu()
Returns the attribute mtu.
|
void |
mtu(String mtu)
Sets the attribute mtu.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<YangAutoPrefixInterface> |
yangAutoPrefixInterface()
Returns the attribute yangAutoPrefixInterface.
|
void |
yangAutoPrefixInterface(List<YangAutoPrefixInterface> yangAutoPrefixInterface)
Sets the attribute yangAutoPrefixInterface.
|
String mtu()
BitSet valueLeafFlags()
List<YangAutoPrefixInterface> yangAutoPrefixInterface()
void mtu(String mtu)
mtu - value of mtuvoid yangAutoPrefixInterface(List<YangAutoPrefixInterface> yangAutoPrefixInterface)
yangAutoPrefixInterface - list of yangAutoPrefixInterfacevoid addToColor(String addTo)
addTo - value of colorvoid addToYangAutoPrefixInterface(YangAutoPrefixInterface addTo)
addTo - value of yangAutoPrefixInterfaceboolean isLeafValueSet(Top.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.