public class DefaultAugmentedNotifBisInput extends org.onosproject.yang.model.InnerModelObject implements AugmentedNotifBisInput
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedNotifBisInput.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Dscp |
dscp |
protected String |
subscriptionDependency |
protected short |
subscriptionPriority |
protected UpdateTrigger |
updateTrigger |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedNotifBisInput()
Creates an instance of defaultAugmentedNotifBisInput.
|
| Modifier and Type | Method and Description |
|---|---|
Dscp |
dscp()
Returns the attribute dscp.
|
void |
dscp(Dscp dscp)
Sets the attribute dscp.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
UpdateTrigger |
updateTrigger()
Returns the attribute updateTrigger.
|
void |
updateTrigger(UpdateTrigger updateTrigger)
Sets the attribute updateTrigger.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected Dscp dscp
protected short subscriptionPriority
protected String subscriptionDependency
protected BitSet valueLeafFlags
protected UpdateTrigger updateTrigger
public DefaultAugmentedNotifBisInput()
public Dscp dscp()
AugmentedNotifBisInputdscp in interface AugmentedNotifBisInputpublic short subscriptionPriority()
AugmentedNotifBisInputsubscriptionPriority in interface AugmentedNotifBisInputpublic String subscriptionDependency()
AugmentedNotifBisInputsubscriptionDependency in interface AugmentedNotifBisInputpublic BitSet valueLeafFlags()
AugmentedNotifBisInputvalueLeafFlags in interface AugmentedNotifBisInputpublic UpdateTrigger updateTrigger()
AugmentedNotifBisInputupdateTrigger in interface AugmentedNotifBisInputpublic void dscp(Dscp dscp)
AugmentedNotifBisInputdscp in interface AugmentedNotifBisInputdscp - value of dscppublic void subscriptionPriority(short subscriptionPriority)
AugmentedNotifBisInputsubscriptionPriority in interface AugmentedNotifBisInputsubscriptionPriority - value of subscriptionPrioritypublic void subscriptionDependency(String subscriptionDependency)
AugmentedNotifBisInputsubscriptionDependency in interface AugmentedNotifBisInputsubscriptionDependency - value of subscriptionDependencypublic void updateTrigger(UpdateTrigger updateTrigger)
AugmentedNotifBisInputupdateTrigger in interface AugmentedNotifBisInputupdateTrigger - value of updateTriggerpublic boolean isLeafValueSet(AugmentedNotifBisInput.LeafIdentifier leaf)
AugmentedNotifBisInputisLeafValueSet in interface AugmentedNotifBisInputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.