public class DefaultSubscriptionSuspended extends org.onosproject.yang.model.InnerModelObject implements SubscriptionSuspended
org.onosproject.yang.model.ModelObject.ModelObjectTypeSubscriptionSuspended.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected SubscriptionSuspReason |
reason |
protected SubscriptionId |
subscriptionId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultSubscriptionSuspended()
Creates an instance of defaultSubscriptionSuspended.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(SubscriptionSuspended.LeafIdentifier leaf)
Checks if the leaf value is set.
|
SubscriptionSuspReason |
reason()
Returns the attribute reason.
|
void |
reason(SubscriptionSuspReason reason)
Sets the attribute reason.
|
SubscriptionId |
subscriptionId()
Returns the attribute subscriptionId.
|
void |
subscriptionId(SubscriptionId subscriptionId)
Sets the attribute subscriptionId.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected SubscriptionId subscriptionId
protected SubscriptionSuspReason reason
protected BitSet valueLeafFlags
public DefaultSubscriptionSuspended()
public SubscriptionId subscriptionId()
SubscriptionSuspendedsubscriptionId in interface SubscriptionSuspendedpublic SubscriptionSuspReason reason()
SubscriptionSuspendedreason in interface SubscriptionSuspendedpublic BitSet valueLeafFlags()
SubscriptionSuspendedvalueLeafFlags in interface SubscriptionSuspendedpublic void subscriptionId(SubscriptionId subscriptionId)
SubscriptionSuspendedsubscriptionId in interface SubscriptionSuspendedsubscriptionId - value of subscriptionIdpublic void reason(SubscriptionSuspReason reason)
SubscriptionSuspendedreason in interface SubscriptionSuspendedreason - value of reasonpublic boolean isLeafValueSet(SubscriptionSuspended.LeafIdentifier leaf)
SubscriptionSuspendedisLeafValueSet in interface SubscriptionSuspendedleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.