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.
| Constructor and Description |
|---|
DefaultAugmentedNdNode()
Creates an instance of defaultAugmentedNdNode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTpoint(Tpoint addTo)
Adds to the list of tPoint.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
List<Tpoint> |
tPoint()
Returns the attribute tPoint.
|
void |
tPoint(List<Tpoint> tPoint)
Sets the attribute tPoint.
|
public DefaultAugmentedNdNode()
public List<Tpoint> tPoint()
AugmentedNdNodetPoint in interface AugmentedNdNodepublic void tPoint(List<Tpoint> tPoint)
AugmentedNdNodetPoint in interface AugmentedNdNodetPoint - list of tPointpublic void addToTpoint(Tpoint addTo)
AugmentedNdNodeaddToTpoint in interface AugmentedNdNodeaddTo - value of tPointCopyright © 2018. All rights reserved.