public class DefaultAugmentedEventStream extends org.onosproject.yang.model.InnerModelObject implements AugmentedEventStream
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedEventStream.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected DateAndTime |
replayStartTime |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedEventStream()
Creates an instance of defaultAugmentedEventStream.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedEventStream.LeafIdentifier leaf)
Checks if the leaf value is set.
|
DateAndTime |
replayStartTime()
Returns the attribute replayStartTime.
|
void |
replayStartTime(DateAndTime replayStartTime)
Sets the attribute replayStartTime.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected DateAndTime replayStartTime
protected BitSet valueLeafFlags
public DefaultAugmentedEventStream()
public DateAndTime replayStartTime()
AugmentedEventStreamreplayStartTime in interface AugmentedEventStreampublic BitSet valueLeafFlags()
AugmentedEventStreamvalueLeafFlags in interface AugmentedEventStreampublic void replayStartTime(DateAndTime replayStartTime)
AugmentedEventStreamreplayStartTime in interface AugmentedEventStreamreplayStartTime - value of replayStartTimepublic boolean isLeafValueSet(AugmentedEventStream.LeafIdentifier leaf)
AugmentedEventStreamisLeafValueSet in interface AugmentedEventStreamleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.