public class DefaultAugmentedNdNode extends org.onosproject.yang.model.InnerModelObject implements AugmentedNdNode
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<TerminationPoint> |
terminationPoint |
| Constructor and Description |
|---|
DefaultAugmentedNdNode()
Creates an instance of defaultAugmentedNdNode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTerminationPoint(TerminationPoint addTo)
Adds to the list of terminationPoint.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<TerminationPoint> |
terminationPoint()
Returns the attribute terminationPoint.
|
void |
terminationPoint(List<TerminationPoint> terminationPoint)
Sets the attribute terminationPoint.
|
String |
toString() |
protected List<TerminationPoint> terminationPoint
public DefaultAugmentedNdNode()
public List<TerminationPoint> terminationPoint()
AugmentedNdNodeterminationPoint in interface AugmentedNdNodepublic void terminationPoint(List<TerminationPoint> terminationPoint)
AugmentedNdNodeterminationPoint in interface AugmentedNdNodeterminationPoint - list of terminationPointpublic void addToTerminationPoint(TerminationPoint addTo)
AugmentedNdNodeaddToTerminationPoint in interface AugmentedNdNodeaddTo - value of terminationPointCopyright © 2017. All rights reserved.