public class DefaultPushUpdate extends org.onosproject.yang.model.InnerModelObject implements PushUpdate
org.onosproject.yang.model.ModelObject.ModelObjectTypePushUpdate.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
datastoreContentsString |
protected SubscriptionId |
subscriptionId |
protected DateAndTime |
timeOfUpdate |
protected boolean |
updatesNotSent |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultPushUpdate()
Creates an instance of defaultPushUpdate.
|
| Modifier and Type | Method and Description |
|---|---|
String |
datastoreContentsString()
Returns the attribute datastoreContentsString.
|
void |
datastoreContentsString(String datastoreContentsString)
Sets the attribute datastoreContentsString.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
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 datastoreContentsString
protected BitSet valueLeafFlags
public DefaultPushUpdate()
public SubscriptionId subscriptionId()
PushUpdatesubscriptionId in interface PushUpdatepublic DateAndTime timeOfUpdate()
PushUpdatetimeOfUpdate in interface PushUpdatepublic boolean updatesNotSent()
PushUpdateupdatesNotSent in interface PushUpdatepublic String datastoreContentsString()
PushUpdatedatastoreContentsString in interface PushUpdatepublic BitSet valueLeafFlags()
PushUpdatevalueLeafFlags in interface PushUpdatepublic void subscriptionId(SubscriptionId subscriptionId)
PushUpdatesubscriptionId in interface PushUpdatesubscriptionId - value of subscriptionIdpublic void timeOfUpdate(DateAndTime timeOfUpdate)
PushUpdatetimeOfUpdate in interface PushUpdatetimeOfUpdate - value of timeOfUpdatepublic void updatesNotSent(boolean updatesNotSent)
PushUpdateupdatesNotSent in interface PushUpdateupdatesNotSent - value of updatesNotSentpublic void datastoreContentsString(String datastoreContentsString)
PushUpdatedatastoreContentsString in interface PushUpdatedatastoreContentsString - value of datastoreContentsStringpublic boolean isLeafValueSet(PushUpdate.LeafIdentifier leaf)
PushUpdateisLeafValueSet in interface PushUpdateleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.