public class DefaultSuccess extends org.onosproject.yang.model.InnerModelObject implements Success
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeSuccess.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected SubscriptionId |
subscriptionId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultSuccess()
Creates an instance of defaultSuccess.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Success.LeafIdentifier leaf)
Checks if the leaf value is set.
|
SubscriptionId |
subscriptionId()
Returns the attribute subscriptionId.
|
void |
subscriptionId(SubscriptionId subscriptionId)
Sets the attribute subscriptionId.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected SubscriptionId subscriptionId
protected BitSet valueLeafFlags
public SubscriptionId subscriptionId()
SuccesssubscriptionId in interface Successpublic BitSet valueLeafFlags()
SuccessvalueLeafFlags in interface Successpublic void subscriptionId(SubscriptionId subscriptionId)
SuccesssubscriptionId in interface SuccesssubscriptionId - value of subscriptionIdpublic boolean isLeafValueSet(Success.LeafIdentifier leaf)
SuccessisLeafValueSet in interface Successleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.