public class DefaultState extends org.onosproject.yang.model.InnerModelObject implements State
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeState.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<AltInformationSources> |
altInformationSources |
protected InformationSourceEnum |
informationSource |
protected InformationSourceState |
informationSourceState |
protected boolean |
isMultiAccessDr |
protected TeOperStatus |
operStatus |
protected TeNodeAttributes |
teNodeAttributes |
protected List<Object> |
teNodeTemplate |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultState()
Creates an instance of defaultState.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToAltInformationSources(AltInformationSources addTo)
Adds to the list of altInformationSources.
|
void |
addToTeNodeTemplate(Object addTo)
Adds to the list of teNodeTemplate.
|
List<AltInformationSources> |
altInformationSources()
Returns the attribute altInformationSources.
|
void |
altInformationSources(List<AltInformationSources> altInformationSources)
Sets the attribute altInformationSources.
|
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.
|
boolean |
isMultiAccessDr()
Returns the attribute isMultiAccessDr.
|
void |
isMultiAccessDr(boolean isMultiAccessDr)
Sets the attribute isMultiAccessDr.
|
TeOperStatus |
operStatus()
Returns the attribute operStatus.
|
void |
operStatus(TeOperStatus operStatus)
Sets the attribute operStatus.
|
TeNodeAttributes |
teNodeAttributes()
Returns the attribute teNodeAttributes.
|
void |
teNodeAttributes(TeNodeAttributes teNodeAttributes)
Sets the attribute teNodeAttributes.
|
List<Object> |
teNodeTemplate()
Returns the attribute teNodeTemplate.
|
void |
teNodeTemplate(List<Object> teNodeTemplate)
Sets the attribute teNodeTemplate.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected TeOperStatus operStatus
protected boolean isMultiAccessDr
protected InformationSourceEnum informationSource
protected BitSet valueLeafFlags
protected List<AltInformationSources> altInformationSources
protected InformationSourceState informationSourceState
protected TeNodeAttributes teNodeAttributes
public TeOperStatus operStatus()
StateoperStatus in interface Statepublic boolean isMultiAccessDr()
StateisMultiAccessDr in interface Statepublic InformationSourceEnum informationSource()
StateinformationSource in interface Statepublic List<Object> teNodeTemplate()
StateteNodeTemplate in interface Statepublic BitSet valueLeafFlags()
StatevalueLeafFlags in interface Statepublic List<AltInformationSources> altInformationSources()
StatealtInformationSources in interface Statepublic InformationSourceState informationSourceState()
StateinformationSourceState in interface Statepublic TeNodeAttributes teNodeAttributes()
StateteNodeAttributes in interface Statepublic void operStatus(TeOperStatus operStatus)
StateoperStatus in interface StateoperStatus - value of operStatuspublic void isMultiAccessDr(boolean isMultiAccessDr)
StateisMultiAccessDr in interface StateisMultiAccessDr - value of isMultiAccessDrpublic void informationSource(InformationSourceEnum informationSource)
StateinformationSource in interface StateinformationSource - value of informationSourcepublic void teNodeTemplate(List<Object> teNodeTemplate)
StateteNodeTemplate in interface StateteNodeTemplate - list of teNodeTemplatepublic void altInformationSources(List<AltInformationSources> altInformationSources)
StatealtInformationSources in interface StatealtInformationSources - list of altInformationSourcespublic void informationSourceState(InformationSourceState informationSourceState)
StateinformationSourceState in interface StateinformationSourceState - value of informationSourceStatepublic void teNodeAttributes(TeNodeAttributes teNodeAttributes)
StateteNodeAttributes in interface StateteNodeAttributes - value of teNodeAttributespublic void addToTeNodeTemplate(Object addTo)
StateaddToTeNodeTemplate in interface StateaddTo - value of teNodeTemplatepublic void addToAltInformationSources(AltInformationSources addTo)
StateaddToAltInformationSources in interface StateaddTo - value of altInformationSourcespublic boolean isLeafValueSet(State.LeafIdentifier leaf)
StateisLeafValueSet in interface Stateleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.