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.
|
FilterType |
filterType()
Returns the attribute filterType.
|
void |
filterType(FilterType filterType)
Sets the attribute filterType.
|
boolean |
isLeafValueSet(Subscription.LeafIdentifier leaf)
Checks if the leaf value is set.
|
PushSource |
pushSource()
Returns the attribute pushSource.
|
void |
pushSource(PushSource pushSource)
Sets the attribute pushSource.
|
Receivers |
receivers()
Returns the attribute receivers.
|
void |
receivers(Receivers receivers)
Sets the attribute receivers.
|
DateAndTime |
startTime()
Returns the attribute startTime.
|
void |
startTime(DateAndTime startTime)
Sets the attribute startTime.
|
DateAndTime |
stopTime()
Returns the attribute stopTime.
|
void |
stopTime(DateAndTime stopTime)
Sets the attribute stopTime.
|
StreamTypedef |
stream()
Returns the attribute stream.
|
void |
stream(StreamTypedef stream)
Sets the attribute stream.
|
SubscriptionId |
subscriptionId()
Returns the attribute subscriptionId.
|
void |
subscriptionId(SubscriptionId subscriptionId)
Sets the attribute subscriptionId.
|
SubscriptionStatus |
subscriptionStatus()
Returns the attribute subscriptionStatus.
|
void |
subscriptionStatus(SubscriptionStatus subscriptionStatus)
Sets the attribute subscriptionStatus.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
SubscriptionId subscriptionId()
boolean configuredSubscription()
SubscriptionStatus subscriptionStatus()
StreamTypedef stream()
Encoding encoding()
DateAndTime startTime()
DateAndTime stopTime()
BitSet valueLeafFlags()
FilterType filterType()
Receivers receivers()
PushSource pushSource()
void subscriptionId(SubscriptionId subscriptionId)
subscriptionId - value of subscriptionIdvoid configuredSubscription(boolean configuredSubscription)
configuredSubscription - value of configuredSubscriptionvoid subscriptionStatus(SubscriptionStatus subscriptionStatus)
subscriptionStatus - value of subscriptionStatusvoid stream(StreamTypedef stream)
stream - value of streamvoid encoding(Encoding encoding)
encoding - value of encodingvoid startTime(DateAndTime startTime)
startTime - value of startTimevoid stopTime(DateAndTime stopTime)
stopTime - value of stopTimevoid filterType(FilterType filterType)
filterType - value of filterTypevoid receivers(Receivers receivers)
receivers - value of receiversvoid pushSource(PushSource pushSource)
pushSource - value of pushSourceboolean isLeafValueSet(Subscription.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.