public class DefaultPushChangeUpdate extends org.onosproject.yang.model.InnerModelObject implements PushChangeUpdate
org.onosproject.yang.model.ModelObject.ModelObjectTypePushChangeUpdate.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected DatastoreChanges |
datastoreChanges |
protected String |
datastoreChangesString |
protected SubscriptionId |
subscriptionId |
protected DateAndTime |
timeOfUpdate |
protected boolean |
updatesNotSent |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultPushChangeUpdate()
Creates an instance of defaultPushChangeUpdate.
|
| 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 |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
boolean |
updatesNotSent()
Returns the attribute updatesNotSent.
|
void |
updatesNotSent(boolean updatesNotSent)
Sets the attribute updatesNotSent.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected SubscriptionId subscriptionId
protected DateAndTime timeOfUpdate
protected boolean updatesNotSent
protected String datastoreChangesString
protected BitSet valueLeafFlags
protected DatastoreChanges datastoreChanges
public DefaultPushChangeUpdate()
public SubscriptionId subscriptionId()
PushChangeUpdatesubscriptionId in interface PushChangeUpdatepublic DateAndTime timeOfUpdate()
PushChangeUpdatetimeOfUpdate in interface PushChangeUpdatepublic boolean updatesNotSent()
PushChangeUpdateupdatesNotSent in interface PushChangeUpdatepublic String datastoreChangesString()
PushChangeUpdatedatastoreChangesString in interface PushChangeUpdatepublic BitSet valueLeafFlags()
PushChangeUpdatevalueLeafFlags in interface PushChangeUpdatepublic DatastoreChanges datastoreChanges()
PushChangeUpdatedatastoreChanges in interface PushChangeUpdatepublic void subscriptionId(SubscriptionId subscriptionId)
PushChangeUpdatesubscriptionId in interface PushChangeUpdatesubscriptionId - value of subscriptionIdpublic void timeOfUpdate(DateAndTime timeOfUpdate)
PushChangeUpdatetimeOfUpdate in interface PushChangeUpdatetimeOfUpdate - value of timeOfUpdatepublic void updatesNotSent(boolean updatesNotSent)
PushChangeUpdateupdatesNotSent in interface PushChangeUpdateupdatesNotSent - value of updatesNotSentpublic void datastoreChangesString(String datastoreChangesString)
PushChangeUpdatedatastoreChangesString in interface PushChangeUpdatedatastoreChangesString - value of datastoreChangesStringpublic void datastoreChanges(DatastoreChanges datastoreChanges)
PushChangeUpdatedatastoreChanges in interface PushChangeUpdatedatastoreChanges - value of datastoreChangespublic boolean isLeafValueSet(PushChangeUpdate.LeafIdentifier leaf)
PushChangeUpdateisLeafValueSet in interface PushChangeUpdateleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.