public interface PushChangeUpdate
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PushChangeUpdate.LeafIdentifier
Identify the leaf of PushChangeUpdate.
|
| Modifier and Type | Method and Description |
|---|---|
DatastoreChanges |
datastoreChanges()
Returns the attribute datastoreChanges.
|
void |
datastoreChanges(DatastoreChanges datastoreChanges)
Sets the attribute datastoreChanges.
|
String |
datastoreChangesString()
Returns the attribute datastoreChangesString.
|
void |
datastoreChangesString(String datastoreChangesString)
Sets the attribute datastoreChangesString.
|
boolean |
isLeafValueSet(PushChangeUpdate.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 datastoreChangesString()
BitSet valueLeafFlags()
DatastoreChanges datastoreChanges()
void subscriptionId(SubscriptionId subscriptionId)
subscriptionId - value of subscriptionIdvoid timeOfUpdate(DateAndTime timeOfUpdate)
timeOfUpdate - value of timeOfUpdatevoid updatesNotSent(boolean updatesNotSent)
updatesNotSent - value of updatesNotSentvoid datastoreChangesString(String datastoreChangesString)
datastoreChangesString - value of datastoreChangesStringvoid datastoreChanges(DatastoreChanges datastoreChanges)
datastoreChanges - value of datastoreChangesboolean isLeafValueSet(PushChangeUpdate.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.