public class DefaultTerminationPoint extends org.onosproject.yang.model.InnerModelObject implements TerminationPoint, org.onosproject.yang.model.MultiInstanceObject<TerminationPointKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTerminationPoint.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
tpId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTerminationPoint()
Creates an instance of defaultTerminationPoint.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(TerminationPoint.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
String |
tpId()
Returns the attribute tpId.
|
void |
tpId(String tpId)
Sets the attribute tpId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultTerminationPoint()
public String tpId()
TerminationPointtpId in interface TerminationPointpublic BitSet valueLeafFlags()
TerminationPointvalueLeafFlags in interface TerminationPointpublic void tpId(String tpId)
TerminationPointtpId in interface TerminationPointtpId - value of tpIdpublic boolean isLeafValueSet(TerminationPoint.LeafIdentifier leaf)
TerminationPointisLeafValueSet in interface TerminationPointleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.