public class DefaultDeleteSubscriptionOutput extends org.onosproject.yang.model.InnerModelObject implements DeleteSubscriptionOutput
org.onosproject.yang.model.ModelObject.ModelObjectTypeDeleteSubscriptionOutput.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected SubscriptionResultTypedef |
subscriptionResult |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultDeleteSubscriptionOutput()
Creates an instance of defaultDeleteSubscriptionOutput.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(DeleteSubscriptionOutput.LeafIdentifier leaf)
Checks if the leaf value is set.
|
SubscriptionResultTypedef |
subscriptionResult()
Returns the attribute subscriptionResult.
|
void |
subscriptionResult(SubscriptionResultTypedef subscriptionResult)
Sets the attribute subscriptionResult.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected SubscriptionResultTypedef subscriptionResult
protected BitSet valueLeafFlags
public DefaultDeleteSubscriptionOutput()
public SubscriptionResultTypedef subscriptionResult()
DeleteSubscriptionOutputsubscriptionResult in interface DeleteSubscriptionOutputpublic BitSet valueLeafFlags()
DeleteSubscriptionOutputvalueLeafFlags in interface DeleteSubscriptionOutputpublic void subscriptionResult(SubscriptionResultTypedef subscriptionResult)
DeleteSubscriptionOutputsubscriptionResult in interface DeleteSubscriptionOutputsubscriptionResult - value of subscriptionResultpublic boolean isLeafValueSet(DeleteSubscriptionOutput.LeafIdentifier leaf)
DeleteSubscriptionOutputisLeafValueSet in interface DeleteSubscriptionOutputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.