public class DefaultNotificationComplete extends org.onosproject.yang.model.InnerModelObject implements NotificationComplete
org.onosproject.yang.model.ModelObject.ModelObjectTypeNotificationComplete.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected SubscriptionId |
subscriptionId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNotificationComplete()
Creates an instance of defaultNotificationComplete.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(NotificationComplete.LeafIdentifier leaf)
Checks if the leaf value is set.
|
SubscriptionId |
subscriptionId()
Returns the attribute subscriptionId.
|
void |
subscriptionId(SubscriptionId subscriptionId)
Sets the attribute subscriptionId.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected SubscriptionId subscriptionId
protected BitSet valueLeafFlags
public DefaultNotificationComplete()
public SubscriptionId subscriptionId()
NotificationCompletesubscriptionId in interface NotificationCompletepublic BitSet valueLeafFlags()
NotificationCompletevalueLeafFlags in interface NotificationCompletepublic void subscriptionId(SubscriptionId subscriptionId)
NotificationCompletesubscriptionId in interface NotificationCompletesubscriptionId - value of subscriptionIdpublic boolean isLeafValueSet(NotificationComplete.LeafIdentifier leaf)
NotificationCompleteisLeafValueSet in interface NotificationCompleteleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.