public class DefaultInformationSourceState extends org.onosproject.yang.model.InnerModelObject implements InformationSourceState
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeInformationSourceState.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
credibilityPreference |
protected String |
routingInstance |
protected Topology |
topology |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultInformationSourceState()
Creates an instance of defaultInformationSourceState.
|
| Modifier and Type | Method and Description |
|---|---|
int |
credibilityPreference()
Returns the attribute credibilityPreference.
|
void |
credibilityPreference(int credibilityPreference)
Sets the attribute credibilityPreference.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(InformationSourceState.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
routingInstance()
Returns the attribute routingInstance.
|
void |
routingInstance(String routingInstance)
Sets the attribute routingInstance.
|
Topology |
topology()
Returns the attribute topology.
|
void |
topology(Topology topology)
Sets the attribute topology.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected int credibilityPreference
protected String routingInstance
protected BitSet valueLeafFlags
protected Topology topology
public DefaultInformationSourceState()
public int credibilityPreference()
InformationSourceStatecredibilityPreference in interface InformationSourceStatepublic String routingInstance()
InformationSourceStateroutingInstance in interface InformationSourceStatepublic BitSet valueLeafFlags()
InformationSourceStatevalueLeafFlags in interface InformationSourceStatepublic Topology topology()
InformationSourceStatetopology in interface InformationSourceStatepublic void credibilityPreference(int credibilityPreference)
InformationSourceStatecredibilityPreference in interface InformationSourceStatecredibilityPreference - value of credibilityPreferencepublic void routingInstance(String routingInstance)
InformationSourceStateroutingInstance in interface InformationSourceStateroutingInstance - value of routingInstancepublic void topology(Topology topology)
InformationSourceStatetopology in interface InformationSourceStatetopology - value of topologypublic boolean isLeafValueSet(InformationSourceState.LeafIdentifier leaf)
InformationSourceStateisLeafValueSet in interface InformationSourceStateleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.