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