public class DefaultNoSuccess extends org.onosproject.yang.model.InnerModelObject implements NoSuccess
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeNoSuccess.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
filterFailure |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNoSuccess()
Creates an instance of defaultNoSuccess.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
filterFailure()
Returns the attribute filterFailure.
|
void |
filterFailure(String filterFailure)
Sets the attribute filterFailure.
|
int |
hashCode() |
boolean |
isLeafValueSet(NoSuccess.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String filterFailure
protected BitSet valueLeafFlags
public DefaultNoSuccess()
public String filterFailure()
NoSuccessfilterFailure in interface NoSuccesspublic BitSet valueLeafFlags()
NoSuccessvalueLeafFlags in interface NoSuccesspublic void filterFailure(String filterFailure)
NoSuccessfilterFailure in interface NoSuccessfilterFailure - value of filterFailurepublic boolean isLeafValueSet(NoSuccess.LeafIdentifier leaf)
NoSuccessisLeafValueSet in interface NoSuccessleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.