public class DefaultTerminationCapability extends org.onosproject.yang.model.InnerModelObject implements TerminationCapability, org.onosproject.yang.model.MultiInstanceObject<TerminationCapabilityKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTerminationCapability.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Object |
linkTp |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTerminationCapability()
Creates an instance of defaultTerminationCapability.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(TerminationCapability.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
linkTp()
Returns the attribute linkTp.
|
void |
linkTp(Object linkTp)
Sets the attribute linkTp.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultTerminationCapability()
public Object linkTp()
TerminationCapabilitylinkTp in interface TerminationCapabilitypublic BitSet valueLeafFlags()
TerminationCapabilityvalueLeafFlags in interface TerminationCapabilitypublic void linkTp(Object linkTp)
TerminationCapabilitylinkTp in interface TerminationCapabilitylinkTp - value of linkTppublic boolean isLeafValueSet(TerminationCapability.LeafIdentifier leaf)
TerminationCapabilityisLeafValueSet in interface TerminationCapabilityleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.