public interface AugmentedNotifBisInput
| Modifier and Type | Interface and Description |
|---|---|
static class |
AugmentedNotifBisInput.LeafIdentifier
Identify the leaf of AugmentedNotifBisInput.
|
| Modifier and Type | Method and Description |
|---|---|
Dscp |
dscp()
Returns the attribute dscp.
|
void |
dscp(Dscp dscp)
Sets the attribute dscp.
|
boolean |
isLeafValueSet(AugmentedNotifBisInput.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
subscriptionDependency()
Returns the attribute subscriptionDependency.
|
void |
subscriptionDependency(String subscriptionDependency)
Sets the attribute subscriptionDependency.
|
short |
subscriptionPriority()
Returns the attribute subscriptionPriority.
|
void |
subscriptionPriority(short subscriptionPriority)
Sets the attribute subscriptionPriority.
|
UpdateTrigger |
updateTrigger()
Returns the attribute updateTrigger.
|
void |
updateTrigger(UpdateTrigger updateTrigger)
Sets the attribute updateTrigger.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Dscp dscp()
short subscriptionPriority()
String subscriptionDependency()
BitSet valueLeafFlags()
UpdateTrigger updateTrigger()
void dscp(Dscp dscp)
dscp - value of dscpvoid subscriptionPriority(short subscriptionPriority)
subscriptionPriority - value of subscriptionPriorityvoid subscriptionDependency(String subscriptionDependency)
subscriptionDependency - value of subscriptionDependencyvoid updateTrigger(UpdateTrigger updateTrigger)
updateTrigger - value of updateTriggerboolean isLeafValueSet(AugmentedNotifBisInput.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.