public class DefaultAugmentedNotifBisSubscriptionStarted extends org.onosproject.yang.model.InnerModelObject implements AugmentedNotifBisSubscriptionStarted
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedNotifBisSubscriptionStarted.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 |
|---|
DefaultAugmentedNotifBisSubscriptionStarted()
Creates an instance of defaultAugmentedNotifBisSubscriptionStarted.
|
| 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(AugmentedNotifBisSubscriptionStarted.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 DefaultAugmentedNotifBisSubscriptionStarted()
public Dscp dscp()
AugmentedNotifBisSubscriptionStarteddscp in interface AugmentedNotifBisSubscriptionStartedpublic short subscriptionPriority()
AugmentedNotifBisSubscriptionStartedsubscriptionPriority in interface AugmentedNotifBisSubscriptionStartedpublic String subscriptionDependency()
AugmentedNotifBisSubscriptionStartedsubscriptionDependency in interface AugmentedNotifBisSubscriptionStartedpublic BitSet valueLeafFlags()
AugmentedNotifBisSubscriptionStartedvalueLeafFlags in interface AugmentedNotifBisSubscriptionStartedpublic UpdateTrigger updateTrigger()
AugmentedNotifBisSubscriptionStartedupdateTrigger in interface AugmentedNotifBisSubscriptionStartedpublic void dscp(Dscp dscp)
AugmentedNotifBisSubscriptionStarteddscp in interface AugmentedNotifBisSubscriptionStarteddscp - value of dscppublic void subscriptionPriority(short subscriptionPriority)
AugmentedNotifBisSubscriptionStartedsubscriptionPriority in interface AugmentedNotifBisSubscriptionStartedsubscriptionPriority - value of subscriptionPrioritypublic void subscriptionDependency(String subscriptionDependency)
AugmentedNotifBisSubscriptionStartedsubscriptionDependency in interface AugmentedNotifBisSubscriptionStartedsubscriptionDependency - value of subscriptionDependencypublic void updateTrigger(UpdateTrigger updateTrigger)
AugmentedNotifBisSubscriptionStartedupdateTrigger in interface AugmentedNotifBisSubscriptionStartedupdateTrigger - value of updateTriggerpublic boolean isLeafValueSet(AugmentedNotifBisSubscriptionStarted.LeafIdentifier leaf)
AugmentedNotifBisSubscriptionStartedisLeafValueSet in interface AugmentedNotifBisSubscriptionStartedleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.