public class DefaultSched extends org.onosproject.yang.model.InnerModelObject implements Sched
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeSched.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
predict |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultSched()
Creates an instance of defaultSched.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Sched.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BigDecimal |
predict()
Returns the attribute predict.
|
void |
predict(BigDecimal predict)
Sets the attribute predict.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected BigDecimal predict
protected BitSet valueLeafFlags
public BigDecimal predict()
Schedpublic BitSet valueLeafFlags()
SchedvalueLeafFlags in interface Schedpublic void predict(BigDecimal predict)
Schedpublic boolean isLeafValueSet(Sched.LeafIdentifier leaf)
SchedisLeafValueSet in interface Schedleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.