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