public interface AugmentedReceiver
| Modifier and Type | Interface and Description |
|---|---|
static class |
AugmentedReceiver.LeafIdentifier
Identify the leaf of AugmentedReceiver.
|
| Modifier and Type | Method and Description |
|---|---|
Counter64 |
excludedNotifications()
Returns the attribute excludedNotifications.
|
void |
excludedNotifications(Counter64 excludedNotifications)
Sets the attribute excludedNotifications.
|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Counter64 pushedNotifications()
Counter64 excludedNotifications()
SubscriptionStatusType status()
BitSet valueLeafFlags()
void pushedNotifications(Counter64 pushedNotifications)
pushedNotifications - value of pushedNotificationsvoid excludedNotifications(Counter64 excludedNotifications)
excludedNotifications - value of excludedNotificationsvoid status(SubscriptionStatusType status)
status - value of statusboolean isLeafValueSet(AugmentedReceiver.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.