public interface EventStream extends Target, org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventStream.LeafIdentifier
Identify the leaf of EventStream.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
StreamType stream()
BitSet valueLeafFlags()
void stream(StreamType stream)
stream - value of streamboolean isLeafValueSet(EventStream.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.