public interface Subscription
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Subscription.LeafIdentifier
Identify the leaf of Subscription.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configuredSubscription()
Returns the attribute configuredSubscription.
|
void |
configuredSubscription(boolean configuredSubscription)
Sets the attribute configuredSubscription.
|
Encoding |
encoding()
Returns the attribute encoding.
|
void |
encoding(Encoding encoding)
Sets the attribute encoding.
|
SubscriptionId |
identifier()
Returns the attribute identifier.
|
void |
identifier(SubscriptionId identifier)
Sets the attribute identifier.
|
boolean |
isLeafValueSet(Subscription.LeafIdentifier leaf)
Checks if the leaf value is set.
|
NotificationOrigin |
notificationOrigin()
Returns the attribute notificationOrigin.
|
void |
notificationOrigin(NotificationOrigin notificationOrigin)
Sets the attribute notificationOrigin.
|
Receivers |
receivers()
Returns the attribute receivers.
|
void |
receivers(Receivers receivers)
Sets the attribute receivers.
|
Target |
target()
Returns the attribute target.
|
void |
target(Target target)
Sets the attribute target.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
SubscriptionId identifier()
boolean configuredSubscription()
Encoding encoding()
BitSet valueLeafFlags()
Target target()
NotificationOrigin notificationOrigin()
Receivers receivers()
void identifier(SubscriptionId identifier)
identifier - value of identifiervoid configuredSubscription(boolean configuredSubscription)
configuredSubscription - value of configuredSubscriptionvoid encoding(Encoding encoding)
encoding - value of encodingvoid target(Target target)
target - value of targetvoid notificationOrigin(NotificationOrigin notificationOrigin)
notificationOrigin - value of notificationOriginvoid receivers(Receivers receivers)
receivers - value of receiversboolean isLeafValueSet(Subscription.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.