org.onosproject.yang.model.ModelObject.ModelObjectTypeState.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<AltInformationSources> |
altInformationSources |
protected BundleStackLevel |
bundleStackLevel |
protected InformationSourceEnum |
informationSource |
protected InformationSourceState |
informationSourceState |
protected TeOperStatus |
operStatus |
protected Recovery |
recovery |
protected TeLinkAttributes |
teLinkAttributes |
protected List<Object> |
teLinkTemplate |
protected Underlay |
underlay |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultState()
Creates an instance of defaultState.
|
| Modifier and Type | Method and Description |
|---|---|
List<AltInformationSources> |
altInformationSources()
Returns the attribute altInformationSources.
|
void |
altInformationSources(List<AltInformationSources> altInformationSources)
Sets the attribute altInformationSources.
|
BundleStackLevel |
bundleStackLevel()
Returns the attribute bundleStackLevel.
|
void |
bundleStackLevel(BundleStackLevel bundleStackLevel)
Sets the attribute bundleStackLevel.
|
boolean |
equals(Object obj) |
int |
hashCode() |
InformationSourceEnum |
informationSource()
Returns the attribute informationSource.
|
void |
informationSource(InformationSourceEnum informationSource)
Sets the attribute informationSource.
|
InformationSourceState |
informationSourceState()
Returns the attribute informationSourceState.
|
void |
informationSourceState(InformationSourceState informationSourceState)
Sets the attribute informationSourceState.
|
boolean |
isLeafValueSet(State.LeafIdentifier leaf)
Checks if the leaf value is set.
|
TeOperStatus |
operStatus()
Returns the attribute operStatus.
|
void |
operStatus(TeOperStatus operStatus)
Sets the attribute operStatus.
|
Recovery |
recovery()
Returns the attribute recovery.
|
void |
recovery(Recovery recovery)
Sets the attribute recovery.
|
TeLinkAttributes |
teLinkAttributes()
Returns the attribute teLinkAttributes.
|
void |
teLinkAttributes(TeLinkAttributes teLinkAttributes)
Sets the attribute teLinkAttributes.
|
List<Object> |
teLinkTemplate()
Returns the attribute teLinkTemplate.
|
void |
teLinkTemplate(List<Object> teLinkTemplate)
Sets the attribute teLinkTemplate.
|
String |
toString() |
Underlay |
underlay()
Returns the attribute underlay.
|
void |
underlay(Underlay underlay)
Sets the attribute underlay.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected TeOperStatus operStatus
protected InformationSourceEnum informationSource
protected BitSet valueLeafFlags
protected List<AltInformationSources> altInformationSources
protected Recovery recovery
protected Underlay underlay
protected InformationSourceState informationSourceState
protected BundleStackLevel bundleStackLevel
protected TeLinkAttributes teLinkAttributes
public TeOperStatus operStatus()
StateoperStatus in interface Statepublic InformationSourceEnum informationSource()
StateinformationSource in interface Statepublic List<Object> teLinkTemplate()
StateteLinkTemplate in interface Statepublic BitSet valueLeafFlags()
StatevalueLeafFlags in interface Statepublic List<AltInformationSources> altInformationSources()
StatealtInformationSources in interface Statepublic Recovery recovery()
Statepublic Underlay underlay()
Statepublic InformationSourceState informationSourceState()
StateinformationSourceState in interface Statepublic BundleStackLevel bundleStackLevel()
StatebundleStackLevel in interface Statepublic TeLinkAttributes teLinkAttributes()
StateteLinkAttributes in interface Statepublic void operStatus(TeOperStatus operStatus)
StateoperStatus in interface StateoperStatus - value of operStatuspublic void informationSource(InformationSourceEnum informationSource)
StateinformationSource in interface StateinformationSource - value of informationSourcepublic void teLinkTemplate(List<Object> teLinkTemplate)
StateteLinkTemplate in interface StateteLinkTemplate - list of teLinkTemplatepublic void altInformationSources(List<AltInformationSources> altInformationSources)
StatealtInformationSources in interface StatealtInformationSources - list of altInformationSourcespublic void recovery(Recovery recovery)
Statepublic void underlay(Underlay underlay)
Statepublic void informationSourceState(InformationSourceState informationSourceState)
StateinformationSourceState in interface StateinformationSourceState - value of informationSourceStatepublic void bundleStackLevel(BundleStackLevel bundleStackLevel)
StatebundleStackLevel in interface StatebundleStackLevel - value of bundleStackLevelpublic void teLinkAttributes(TeLinkAttributes teLinkAttributes)
StateteLinkAttributes in interface StateteLinkAttributes - value of teLinkAttributespublic boolean isLeafValueSet(State.LeafIdentifier leaf)
StateisLeafValueSet in interface Stateleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.