public class DefaultCreateSubscriptionInput extends org.onosproject.yang.model.InnerModelObject implements CreateSubscriptionInput
org.onosproject.yang.model.ModelObject.ModelObjectTypeCreateSubscriptionInput.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 |
|---|
DefaultCreateSubscriptionInput()
Creates an instance of defaultCreateSubscriptionInput.
|
| 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(CreateSubscriptionInput.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 DefaultCreateSubscriptionInput()
public StreamTypedef stream()
CreateSubscriptionInputstream in interface CreateSubscriptionInputpublic Encoding encoding()
CreateSubscriptionInputencoding in interface CreateSubscriptionInputpublic DateAndTime startTime()
CreateSubscriptionInputstartTime in interface CreateSubscriptionInputpublic DateAndTime stopTime()
CreateSubscriptionInputstopTime in interface CreateSubscriptionInputpublic BitSet valueLeafFlags()
CreateSubscriptionInputvalueLeafFlags in interface CreateSubscriptionInputpublic FilterType filterType()
CreateSubscriptionInputfilterType in interface CreateSubscriptionInputpublic void stream(StreamTypedef stream)
CreateSubscriptionInputstream in interface CreateSubscriptionInputstream - value of streampublic void encoding(Encoding encoding)
CreateSubscriptionInputencoding in interface CreateSubscriptionInputencoding - value of encodingpublic void startTime(DateAndTime startTime)
CreateSubscriptionInputstartTime in interface CreateSubscriptionInputstartTime - value of startTimepublic void stopTime(DateAndTime stopTime)
CreateSubscriptionInputstopTime in interface CreateSubscriptionInputstopTime - value of stopTimepublic void filterType(FilterType filterType)
CreateSubscriptionInputfilterType in interface CreateSubscriptionInputfilterType - value of filterTypepublic boolean isLeafValueSet(CreateSubscriptionInput.LeafIdentifier leaf)
CreateSubscriptionInputisLeafValueSet in interface CreateSubscriptionInputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.