public interface DeleteSubscriptionOutput
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeleteSubscriptionOutput.LeafIdentifier
Identify the leaf of DeleteSubscriptionOutput.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
SubscriptionResultTypedef subscriptionResult()
BitSet valueLeafFlags()
void subscriptionResult(SubscriptionResultTypedef subscriptionResult)
subscriptionResult - value of subscriptionResultboolean isLeafValueSet(DeleteSubscriptionOutput.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.