public class DefaultAugmentedReceiver extends org.onosproject.yang.model.InnerModelObject implements AugmentedReceiver
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedReceiver.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Counter64 |
excludedNotifications |
protected Counter64 |
pushedNotifications |
protected SubscriptionStatusType |
status |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedReceiver()
Creates an instance of defaultAugmentedReceiver.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Counter64 |
excludedNotifications()
Returns the attribute excludedNotifications.
|
void |
excludedNotifications(Counter64 excludedNotifications)
Sets the attribute excludedNotifications.
|
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedReceiver.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Counter64 |
pushedNotifications()
Returns the attribute pushedNotifications.
|
void |
pushedNotifications(Counter64 pushedNotifications)
Sets the attribute pushedNotifications.
|
SubscriptionStatusType |
status()
Returns the attribute status.
|
void |
status(SubscriptionStatusType status)
Sets the attribute status.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected Counter64 pushedNotifications
protected Counter64 excludedNotifications
protected SubscriptionStatusType status
protected BitSet valueLeafFlags
public DefaultAugmentedReceiver()
public Counter64 pushedNotifications()
AugmentedReceiverpushedNotifications in interface AugmentedReceiverpublic Counter64 excludedNotifications()
AugmentedReceiverexcludedNotifications in interface AugmentedReceiverpublic SubscriptionStatusType status()
AugmentedReceiverstatus in interface AugmentedReceiverpublic BitSet valueLeafFlags()
AugmentedReceivervalueLeafFlags in interface AugmentedReceiverpublic void pushedNotifications(Counter64 pushedNotifications)
AugmentedReceiverpushedNotifications in interface AugmentedReceiverpushedNotifications - value of pushedNotificationspublic void excludedNotifications(Counter64 excludedNotifications)
AugmentedReceiverexcludedNotifications in interface AugmentedReceiverexcludedNotifications - value of excludedNotificationspublic void status(SubscriptionStatusType status)
AugmentedReceiverstatus in interface AugmentedReceiverstatus - value of statuspublic boolean isLeafValueSet(AugmentedReceiver.LeafIdentifier leaf)
AugmentedReceiverisLeafValueSet in interface AugmentedReceiverleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.