public class DefaultAugmentedNoSuccess extends org.onosproject.yang.model.InnerModelObject implements AugmentedNoSuccess
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedNoSuccess.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected DateAndTime |
replayStartTimeHint |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedNoSuccess()
Creates an instance of defaultAugmentedNoSuccess.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedNoSuccess.LeafIdentifier leaf)
Checks if the leaf value is set.
|
DateAndTime |
replayStartTimeHint()
Returns the attribute replayStartTimeHint.
|
void |
replayStartTimeHint(DateAndTime replayStartTimeHint)
Sets the attribute replayStartTimeHint.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected DateAndTime replayStartTimeHint
protected BitSet valueLeafFlags
public DefaultAugmentedNoSuccess()
public DateAndTime replayStartTimeHint()
AugmentedNoSuccessreplayStartTimeHint in interface AugmentedNoSuccesspublic BitSet valueLeafFlags()
AugmentedNoSuccessvalueLeafFlags in interface AugmentedNoSuccesspublic void replayStartTimeHint(DateAndTime replayStartTimeHint)
AugmentedNoSuccessreplayStartTimeHint in interface AugmentedNoSuccessreplayStartTimeHint - value of replayStartTimeHintpublic boolean isLeafValueSet(AugmentedNoSuccess.LeafIdentifier leaf)
AugmentedNoSuccessisLeafValueSet in interface AugmentedNoSuccessleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.