public class DefaultAltInformationSources extends org.onosproject.yang.model.InnerModelObject implements AltInformationSources, org.onosproject.yang.model.MultiInstanceObject<AltInformationSourcesKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAltInformationSources.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<ConnectivityMatrix> |
connectivityMatrix |
protected long |
domainId |
protected InformationSourceEnum |
informationSource |
protected InformationSourceState |
informationSourceState |
protected boolean |
isAbstract |
protected DomainName |
name |
protected List<IpAddress> |
signalingAddress |
protected UnderlayTopology |
underlayTopology |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAltInformationSources()
Creates an instance of defaultAltInformationSources.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectivityMatrix> |
connectivityMatrix()
Returns the attribute connectivityMatrix.
|
void |
connectivityMatrix(List<ConnectivityMatrix> connectivityMatrix)
Sets the attribute connectivityMatrix.
|
long |
domainId()
Returns the attribute domainId.
|
void |
domainId(long domainId)
Sets the attribute domainId.
|
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 |
isAbstract()
Returns the attribute isAbstract.
|
void |
isAbstract(boolean isAbstract)
Sets the attribute isAbstract.
|
boolean |
isLeafValueSet(AltInformationSources.LeafIdentifier leaf)
Checks if the leaf value is set.
|
DomainName |
name()
Returns the attribute name.
|
void |
name(DomainName name)
Sets the attribute name.
|
List<IpAddress> |
signalingAddress()
Returns the attribute signalingAddress.
|
void |
signalingAddress(List<IpAddress> signalingAddress)
Sets the attribute signalingAddress.
|
String |
toString() |
UnderlayTopology |
underlayTopology()
Returns the attribute underlayTopology.
|
void |
underlayTopology(UnderlayTopology underlayTopology)
Sets the attribute underlayTopology.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected InformationSourceEnum informationSource
protected long domainId
protected boolean isAbstract
protected DomainName name
protected BitSet valueLeafFlags
protected InformationSourceState informationSourceState
protected UnderlayTopology underlayTopology
protected List<ConnectivityMatrix> connectivityMatrix
public DefaultAltInformationSources()
public InformationSourceEnum informationSource()
AltInformationSourcesinformationSource in interface AltInformationSourcespublic long domainId()
AltInformationSourcesdomainId in interface AltInformationSourcespublic boolean isAbstract()
AltInformationSourcesisAbstract in interface AltInformationSourcespublic DomainName name()
AltInformationSourcesname in interface AltInformationSourcespublic List<IpAddress> signalingAddress()
AltInformationSourcessignalingAddress in interface AltInformationSourcespublic BitSet valueLeafFlags()
AltInformationSourcesvalueLeafFlags in interface AltInformationSourcespublic InformationSourceState informationSourceState()
AltInformationSourcesinformationSourceState in interface AltInformationSourcespublic UnderlayTopology underlayTopology()
AltInformationSourcesunderlayTopology in interface AltInformationSourcespublic List<ConnectivityMatrix> connectivityMatrix()
AltInformationSourcesconnectivityMatrix in interface AltInformationSourcespublic void informationSource(InformationSourceEnum informationSource)
AltInformationSourcesinformationSource in interface AltInformationSourcesinformationSource - value of informationSourcepublic void domainId(long domainId)
AltInformationSourcesdomainId in interface AltInformationSourcesdomainId - value of domainIdpublic void isAbstract(boolean isAbstract)
AltInformationSourcesisAbstract in interface AltInformationSourcesisAbstract - value of isAbstractpublic void name(DomainName name)
AltInformationSourcesname in interface AltInformationSourcesname - value of namepublic void signalingAddress(List<IpAddress> signalingAddress)
AltInformationSourcessignalingAddress in interface AltInformationSourcessignalingAddress - list of signalingAddresspublic void informationSourceState(InformationSourceState informationSourceState)
AltInformationSourcesinformationSourceState in interface AltInformationSourcesinformationSourceState - value of informationSourceStatepublic void underlayTopology(UnderlayTopology underlayTopology)
AltInformationSourcesunderlayTopology in interface AltInformationSourcesunderlayTopology - value of underlayTopologypublic void connectivityMatrix(List<ConnectivityMatrix> connectivityMatrix)
AltInformationSourcesconnectivityMatrix in interface AltInformationSourcesconnectivityMatrix - list of connectivityMatrixpublic boolean isLeafValueSet(AltInformationSources.LeafIdentifier leaf)
AltInformationSourcesisLeafValueSet in interface AltInformationSourcesleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.