public class DefaultAugmentedNotifBisOutput extends org.onosproject.yang.model.InnerModelObject implements AugmentedNotifBisOutput
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedNotifBisOutput.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 |
|---|
DefaultAugmentedNotifBisOutput()
Creates an instance of defaultAugmentedNotifBisOutput.
|
| 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(AugmentedNotifBisOutput.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 DefaultAugmentedNotifBisOutput()
public Dscp dscp()
AugmentedNotifBisOutputdscp in interface AugmentedNotifBisOutputpublic short subscriptionPriority()
AugmentedNotifBisOutputsubscriptionPriority in interface AugmentedNotifBisOutputpublic String subscriptionDependency()
AugmentedNotifBisOutputsubscriptionDependency in interface AugmentedNotifBisOutputpublic BitSet valueLeafFlags()
AugmentedNotifBisOutputvalueLeafFlags in interface AugmentedNotifBisOutputpublic UpdateTrigger updateTrigger()
AugmentedNotifBisOutputupdateTrigger in interface AugmentedNotifBisOutputpublic void dscp(Dscp dscp)
AugmentedNotifBisOutputdscp in interface AugmentedNotifBisOutputdscp - value of dscppublic void subscriptionPriority(short subscriptionPriority)
AugmentedNotifBisOutputsubscriptionPriority in interface AugmentedNotifBisOutputsubscriptionPriority - value of subscriptionPrioritypublic void subscriptionDependency(String subscriptionDependency)
AugmentedNotifBisOutputsubscriptionDependency in interface AugmentedNotifBisOutputsubscriptionDependency - value of subscriptionDependencypublic void updateTrigger(UpdateTrigger updateTrigger)
AugmentedNotifBisOutputupdateTrigger in interface AugmentedNotifBisOutputupdateTrigger - value of updateTriggerpublic boolean isLeafValueSet(AugmentedNotifBisOutput.LeafIdentifier leaf)
AugmentedNotifBisOutputisLeafValueSet in interface AugmentedNotifBisOutputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.