public class DefaultTe extends org.onosproject.yang.model.InnerModelObject implements Te
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTe.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected State |
state |
protected TeTpId |
teTpId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTe()
Creates an instance of defaultTe.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Te.LeafIdentifier leaf)
Checks if the leaf value is set.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
TeTpId |
teTpId()
Returns the attribute teTpId.
|
void |
teTpId(TeTpId teTpId)
Sets the attribute teTpId.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected TeTpId teTpId
protected BitSet valueLeafFlags
protected Config config
protected State state
public BitSet valueLeafFlags()
TevalueLeafFlags in interface Tepublic void teTpId(TeTpId teTpId)
Tepublic void config(Config config)
Tepublic void state(State state)
Tepublic boolean isLeafValueSet(Te.LeafIdentifier leaf)
TeisLeafValueSet in interface Teleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.