public class DefaultUnderlayTopology extends org.onosproject.yang.model.InnerModelObject implements UnderlayTopology
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeUnderlayTopology.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Object |
clientIdRef |
protected Object |
networkIdRef |
protected Object |
providerIdRef |
protected Object |
teTopologyIdRef |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultUnderlayTopology()
Creates an instance of defaultUnderlayTopology.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clientIdRef()
Returns the attribute clientIdRef.
|
void |
clientIdRef(Object clientIdRef)
Sets the attribute clientIdRef.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(UnderlayTopology.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
networkIdRef()
Returns the attribute networkIdRef.
|
void |
networkIdRef(Object networkIdRef)
Sets the attribute networkIdRef.
|
Object |
providerIdRef()
Returns the attribute providerIdRef.
|
void |
providerIdRef(Object providerIdRef)
Sets the attribute providerIdRef.
|
Object |
teTopologyIdRef()
Returns the attribute teTopologyIdRef.
|
void |
teTopologyIdRef(Object teTopologyIdRef)
Sets the attribute teTopologyIdRef.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected Object providerIdRef
protected Object clientIdRef
protected Object teTopologyIdRef
protected Object networkIdRef
protected BitSet valueLeafFlags
public DefaultUnderlayTopology()
public Object providerIdRef()
UnderlayTopologyproviderIdRef in interface UnderlayTopologypublic Object clientIdRef()
UnderlayTopologyclientIdRef in interface UnderlayTopologypublic Object teTopologyIdRef()
UnderlayTopologyteTopologyIdRef in interface UnderlayTopologypublic Object networkIdRef()
UnderlayTopologynetworkIdRef in interface UnderlayTopologypublic BitSet valueLeafFlags()
UnderlayTopologyvalueLeafFlags in interface UnderlayTopologypublic void providerIdRef(Object providerIdRef)
UnderlayTopologyproviderIdRef in interface UnderlayTopologyproviderIdRef - value of providerIdRefpublic void clientIdRef(Object clientIdRef)
UnderlayTopologyclientIdRef in interface UnderlayTopologyclientIdRef - value of clientIdRefpublic void teTopologyIdRef(Object teTopologyIdRef)
UnderlayTopologyteTopologyIdRef in interface UnderlayTopologyteTopologyIdRef - value of teTopologyIdRefpublic void networkIdRef(Object networkIdRef)
UnderlayTopologynetworkIdRef in interface UnderlayTopologynetworkIdRef - value of networkIdRefpublic boolean isLeafValueSet(UnderlayTopology.LeafIdentifier leaf)
UnderlayTopologyisLeafValueSet in interface UnderlayTopologyleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.