public class DefaultEventStream extends org.onosproject.yang.model.InnerModelObject implements EventStream
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeEventStream.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected StreamType |
stream |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultEventStream()
Creates an instance of defaultEventStream.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(EventStream.LeafIdentifier leaf)
Checks if the leaf value is set.
|
StreamType |
stream()
Returns the attribute stream.
|
void |
stream(StreamType stream)
Sets the attribute stream.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected StreamType stream
protected BitSet valueLeafFlags
public DefaultEventStream()
public StreamType stream()
EventStreamstream in interface EventStreampublic BitSet valueLeafFlags()
EventStreamvalueLeafFlags in interface EventStreampublic void stream(StreamType stream)
EventStreamstream in interface EventStreamstream - value of streampublic boolean isLeafValueSet(EventStream.LeafIdentifier leaf)
EventStreamisLeafValueSet in interface EventStreamleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.