public interface InformationSourceState
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
InformationSourceState.LeafIdentifier
Identify the leaf of InformationSourceState.
|
| Modifier and Type | Method and Description |
|---|---|
int |
credibilityPreference()
Returns the attribute credibilityPreference.
|
void |
credibilityPreference(int credibilityPreference)
Sets the attribute credibilityPreference.
|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int credibilityPreference()
String routingInstance()
BitSet valueLeafFlags()
Topology topology()
void credibilityPreference(int credibilityPreference)
credibilityPreference - value of credibilityPreferencevoid routingInstance(String routingInstance)
routingInstance - value of routingInstancevoid topology(Topology topology)
topology - value of topologyboolean isLeafValueSet(InformationSourceState.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.