public class DefaultConnectivityMatrix extends org.onosproject.yang.model.InnerModelObject implements ConnectivityMatrix, org.onosproject.yang.model.MultiInstanceObject<ConnectivityMatrixKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeConnectivityMatrix.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected From |
from |
protected long |
id |
protected boolean |
isAllowed |
protected To |
to |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultConnectivityMatrix()
Creates an instance of defaultConnectivityMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
From |
from()
Returns the attribute from.
|
void |
from(From from)
Sets the attribute from.
|
int |
hashCode() |
long |
id()
Returns the attribute id.
|
void |
id(long id)
Sets the attribute id.
|
boolean |
isAllowed()
Returns the attribute isAllowed.
|
void |
isAllowed(boolean isAllowed)
Sets the attribute isAllowed.
|
boolean |
isLeafValueSet(ConnectivityMatrix.LeafIdentifier leaf)
Checks if the leaf value is set.
|
To |
to()
Returns the attribute to.
|
void |
to(To to)
Sets the attribute to.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected long id
protected boolean isAllowed
protected BitSet valueLeafFlags
protected From from
protected To to
public DefaultConnectivityMatrix()
public long id()
ConnectivityMatrixid in interface ConnectivityMatrixpublic boolean isAllowed()
ConnectivityMatrixisAllowed in interface ConnectivityMatrixpublic BitSet valueLeafFlags()
ConnectivityMatrixvalueLeafFlags in interface ConnectivityMatrixpublic From from()
ConnectivityMatrixfrom in interface ConnectivityMatrixpublic To to()
ConnectivityMatrixto in interface ConnectivityMatrixpublic void id(long id)
ConnectivityMatrixid in interface ConnectivityMatrixid - value of idpublic void isAllowed(boolean isAllowed)
ConnectivityMatrixisAllowed in interface ConnectivityMatrixisAllowed - value of isAllowedpublic void from(From from)
ConnectivityMatrixfrom in interface ConnectivityMatrixfrom - value of frompublic void to(To to)
ConnectivityMatrixto in interface ConnectivityMatrixto - value of topublic boolean isLeafValueSet(ConnectivityMatrix.LeafIdentifier leaf)
ConnectivityMatrixisLeafValueSet in interface ConnectivityMatrixleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.