public interface EstablishSubscriptionOutput
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EstablishSubscriptionOutput.LeafIdentifier
Identify the leaf of EstablishSubscriptionOutput.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(EstablishSubscriptionOutput.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Result |
result()
Returns the attribute result.
|
void |
result(Result result)
Sets the attribute result.
|
SubscriptionResultTypedef |
subscriptionResult()
Returns the attribute subscriptionResult.
|
void |
subscriptionResult(SubscriptionResultTypedef subscriptionResult)
Sets the attribute subscriptionResult.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
SubscriptionResultTypedef subscriptionResult()
BitSet valueLeafFlags()
Result result()
void subscriptionResult(SubscriptionResultTypedef subscriptionResult)
subscriptionResult - value of subscriptionResultvoid result(Result result)
result - value of resultboolean isLeafValueSet(EstablishSubscriptionOutput.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.