public class DefaultReplayComplete extends org.onosproject.yang.model.InnerModelObject implements ReplayComplete
org.onosproject.yang.model.ModelObject.ModelObjectTypeReplayComplete.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected SubscriptionId |
subscriptionId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultReplayComplete()
Creates an instance of defaultReplayComplete.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(ReplayComplete.LeafIdentifier leaf)
Checks if the leaf value is set.
|
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 BitSet valueLeafFlags
public DefaultReplayComplete()
public SubscriptionId subscriptionId()
ReplayCompletesubscriptionId in interface ReplayCompletepublic BitSet valueLeafFlags()
ReplayCompletevalueLeafFlags in interface ReplayCompletepublic void subscriptionId(SubscriptionId subscriptionId)
ReplayCompletesubscriptionId in interface ReplayCompletesubscriptionId - value of subscriptionIdpublic boolean isLeafValueSet(ReplayComplete.LeafIdentifier leaf)
ReplayCompleteisLeafValueSet in interface ReplayCompleteleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.