public class DefaultSupportingTerminationPoint extends org.onosproject.yang.model.InnerModelObject implements SupportingTerminationPoint, org.onosproject.yang.model.MultiInstanceObject<SupportingTerminationPointKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeSupportingTerminationPoint.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected NetworkId |
networkRef |
protected NodeId |
nodeRef |
protected TpId |
tpRef |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultSupportingTerminationPoint()
Creates an instance of defaultSupportingTerminationPoint.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(SupportingTerminationPoint.LeafIdentifier leaf)
Checks if the leaf value is set.
|
NetworkId |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(NetworkId networkRef)
Sets the attribute networkRef.
|
NodeId |
nodeRef()
Returns the attribute nodeRef.
|
void |
nodeRef(NodeId nodeRef)
Sets the attribute nodeRef.
|
String |
toString() |
TpId |
tpRef()
Returns the attribute tpRef.
|
void |
tpRef(TpId tpRef)
Sets the attribute tpRef.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected NetworkId networkRef
protected NodeId nodeRef
protected TpId tpRef
protected BitSet valueLeafFlags
public DefaultSupportingTerminationPoint()
public NetworkId networkRef()
SupportingTerminationPointnetworkRef in interface SupportingTerminationPointpublic NodeId nodeRef()
SupportingTerminationPointnodeRef in interface SupportingTerminationPointpublic TpId tpRef()
SupportingTerminationPointtpRef in interface SupportingTerminationPointpublic BitSet valueLeafFlags()
SupportingTerminationPointvalueLeafFlags in interface SupportingTerminationPointpublic void networkRef(NetworkId networkRef)
SupportingTerminationPointnetworkRef in interface SupportingTerminationPointnetworkRef - value of networkRefpublic void nodeRef(NodeId nodeRef)
SupportingTerminationPointnodeRef in interface SupportingTerminationPointnodeRef - value of nodeRefpublic void tpRef(TpId tpRef)
SupportingTerminationPointtpRef in interface SupportingTerminationPointtpRef - value of tpRefpublic boolean isLeafValueSet(SupportingTerminationPoint.LeafIdentifier leaf)
SupportingTerminationPointisLeafValueSet in interface SupportingTerminationPointleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.