public class DefaultAugmentedNotifBisSubscription extends org.onosproject.yang.model.InnerModelObject implements AugmentedNotifBisSubscription
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedNotifBisSubscription.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 |
|---|
DefaultAugmentedNotifBisSubscription()
Creates an instance of defaultAugmentedNotifBisSubscription.
|
| 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(AugmentedNotifBisSubscription.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 DefaultAugmentedNotifBisSubscription()
public Dscp dscp()
AugmentedNotifBisSubscriptiondscp in interface AugmentedNotifBisSubscriptionpublic short subscriptionPriority()
AugmentedNotifBisSubscriptionsubscriptionPriority in interface AugmentedNotifBisSubscriptionpublic String subscriptionDependency()
AugmentedNotifBisSubscriptionsubscriptionDependency in interface AugmentedNotifBisSubscriptionpublic BitSet valueLeafFlags()
AugmentedNotifBisSubscriptionvalueLeafFlags in interface AugmentedNotifBisSubscriptionpublic UpdateTrigger updateTrigger()
AugmentedNotifBisSubscriptionupdateTrigger in interface AugmentedNotifBisSubscriptionpublic void dscp(Dscp dscp)
AugmentedNotifBisSubscriptiondscp in interface AugmentedNotifBisSubscriptiondscp - value of dscppublic void subscriptionPriority(short subscriptionPriority)
AugmentedNotifBisSubscriptionsubscriptionPriority in interface AugmentedNotifBisSubscriptionsubscriptionPriority - value of subscriptionPrioritypublic void subscriptionDependency(String subscriptionDependency)
AugmentedNotifBisSubscriptionsubscriptionDependency in interface AugmentedNotifBisSubscriptionsubscriptionDependency - value of subscriptionDependencypublic void updateTrigger(UpdateTrigger updateTrigger)
AugmentedNotifBisSubscriptionupdateTrigger in interface AugmentedNotifBisSubscriptionupdateTrigger - value of updateTriggerpublic boolean isLeafValueSet(AugmentedNotifBisSubscription.LeafIdentifier leaf)
AugmentedNotifBisSubscriptionisLeafValueSet in interface AugmentedNotifBisSubscriptionleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.