public interface NoSuccess extends Result, org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
NoSuccess.LeafIdentifier
Identify the leaf of NoSuccess.
|
| Modifier and Type | Method and Description |
|---|---|
Encoding |
encoding()
Returns the attribute encoding.
|
void |
encoding(Encoding encoding)
Sets the attribute encoding.
|
FilterType |
filterType()
Returns the attribute filterType.
|
void |
filterType(FilterType filterType)
Sets the attribute filterType.
|
boolean |
isLeafValueSet(NoSuccess.LeafIdentifier leaf)
Checks if the leaf value is set.
|
DateAndTime |
startTime()
Returns the attribute startTime.
|
void |
startTime(DateAndTime startTime)
Sets the attribute startTime.
|
DateAndTime |
stopTime()
Returns the attribute stopTime.
|
void |
stopTime(DateAndTime stopTime)
Sets the attribute stopTime.
|
StreamTypedef |
stream()
Returns the attribute stream.
|
void |
stream(StreamTypedef stream)
Sets the attribute stream.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
StreamTypedef stream()
Encoding encoding()
DateAndTime startTime()
DateAndTime stopTime()
BitSet valueLeafFlags()
FilterType filterType()
void stream(StreamTypedef stream)
stream - value of streamvoid encoding(Encoding encoding)
encoding - value of encodingvoid startTime(DateAndTime startTime)
startTime - value of startTimevoid stopTime(DateAndTime stopTime)
stopTime - value of stopTimevoid filterType(FilterType filterType)
filterType - value of filterTypeboolean isLeafValueSet(NoSuccess.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.