public interface SubscriptionTerminated
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SubscriptionTerminated.LeafIdentifier
Identify the leaf of SubscriptionTerminated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(SubscriptionTerminated.LeafIdentifier leaf)
Checks if the leaf value is set.
|
SubscriptionTermReason |
reason()
Returns the attribute reason.
|
void |
reason(SubscriptionTermReason reason)
Sets the attribute reason.
|
SubscriptionId |
subscriptionId()
Returns the attribute subscriptionId.
|
void |
subscriptionId(SubscriptionId subscriptionId)
Sets the attribute subscriptionId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
SubscriptionId subscriptionId()
SubscriptionTermReason reason()
BitSet valueLeafFlags()
void subscriptionId(SubscriptionId subscriptionId)
subscriptionId - value of subscriptionIdvoid reason(SubscriptionTermReason reason)
reason - value of reasonboolean isLeafValueSet(SubscriptionTerminated.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.