public class DefaultNoSuccess extends org.onosproject.yang.model.InnerModelObject implements NoSuccess
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeNoSuccess.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Encoding |
encoding |
protected FilterType |
filterType |
protected DateAndTime |
startTime |
protected DateAndTime |
stopTime |
protected StreamTypedef |
stream |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNoSuccess()
Creates an instance of defaultNoSuccess.
|
| Modifier and Type | Method and Description |
|---|---|
Encoding |
encoding()
Returns the attribute encoding.
|
void |
encoding(Encoding encoding)
Sets the attribute encoding.
|
boolean |
equals(Object obj) |
FilterType |
filterType()
Returns the attribute filterType.
|
void |
filterType(FilterType filterType)
Sets the attribute filterType.
|
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected StreamTypedef stream
protected Encoding encoding
protected DateAndTime startTime
protected DateAndTime stopTime
protected BitSet valueLeafFlags
protected FilterType filterType
public DefaultNoSuccess()
public StreamTypedef stream()
NoSuccesspublic Encoding encoding()
NoSuccesspublic DateAndTime startTime()
NoSuccesspublic DateAndTime stopTime()
NoSuccesspublic BitSet valueLeafFlags()
NoSuccessvalueLeafFlags in interface NoSuccesspublic FilterType filterType()
NoSuccessfilterType in interface NoSuccesspublic void stream(StreamTypedef stream)
NoSuccesspublic void encoding(Encoding encoding)
NoSuccesspublic void startTime(DateAndTime startTime)
NoSuccesspublic void stopTime(DateAndTime stopTime)
NoSuccesspublic void filterType(FilterType filterType)
NoSuccessfilterType in interface NoSuccessfilterType - value of filterTypepublic boolean isLeafValueSet(NoSuccess.LeafIdentifier leaf)
NoSuccessisLeafValueSet in interface NoSuccessleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.