public class YmsTopologyOpParam extends org.onosproject.yang.model.InnerModelObject implements YmsTopology
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected Choice2 |
choice2 |
protected List<Node> |
node |
| Constructor and Description |
|---|
YmsTopologyOpParam()
Creates an instance of ymsTopologyOpParam.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
void |
addToNode(Node addTo)
Adds to the list of node.
|
<T extends org.onosproject.yang.model.InnerModelObject> |
augmentation(Class<T> c) |
Map<Class<? extends org.onosproject.yang.model.InnerModelObject>,org.onosproject.yang.model.InnerModelObject> |
augmentations() |
Choice2 |
choice2()
Returns the attribute choice2.
|
void |
choice2(Choice2 choice2)
Sets the attribute choice2.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<Node> |
node()
Returns the attribute node.
|
void |
node(List<Node> node)
Sets the attribute node.
|
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
String |
toString() |
public YmsTopologyOpParam()
public List<Node> node()
YmsTopologynode in interface YmsTopologypublic Choice2 choice2()
YmsTopologychoice2 in interface YmsTopologypublic void node(List<Node> node)
YmsTopologynode in interface YmsTopologynode - list of nodepublic void choice2(Choice2 choice2)
YmsTopologychoice2 in interface YmsTopologychoice2 - value of choice2public void addToNode(Node addTo)
YmsTopologyaddToNode in interface YmsTopologyaddTo - value of nodepublic void addAugmentation(org.onosproject.yang.model.InnerModelObject obj)
addAugmentation in interface org.onosproject.yang.model.AugmentableaddAugmentation in class org.onosproject.yang.model.InnerModelObjectpublic void removeAugmentation(org.onosproject.yang.model.InnerModelObject obj)
removeAugmentation in interface org.onosproject.yang.model.AugmentableremoveAugmentation in class org.onosproject.yang.model.InnerModelObjectpublic Map<Class<? extends org.onosproject.yang.model.InnerModelObject>,org.onosproject.yang.model.InnerModelObject> augmentations()
augmentations in interface org.onosproject.yang.model.Augmentableaugmentations in class org.onosproject.yang.model.InnerModelObjectpublic <T extends org.onosproject.yang.model.InnerModelObject> T augmentation(Class<T> c)
augmentation in interface org.onosproject.yang.model.Augmentableaugmentation in class org.onosproject.yang.model.InnerModelObjectCopyright © 2018. All rights reserved.