public class DefaultEstablishSubscriptionInput extends org.onosproject.yang.model.InnerModelObject implements EstablishSubscriptionInput
org.onosproject.yang.model.ModelObject.ModelObjectTypeEstablishSubscriptionInput.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 |
|---|
DefaultEstablishSubscriptionInput()
Creates an instance of defaultEstablishSubscriptionInput.
|
| 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(EstablishSubscriptionInput.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 DefaultEstablishSubscriptionInput()
public StreamTypedef stream()
EstablishSubscriptionInputstream in interface EstablishSubscriptionInputpublic Encoding encoding()
EstablishSubscriptionInputencoding in interface EstablishSubscriptionInputpublic DateAndTime startTime()
EstablishSubscriptionInputstartTime in interface EstablishSubscriptionInputpublic DateAndTime stopTime()
EstablishSubscriptionInputstopTime in interface EstablishSubscriptionInputpublic BitSet valueLeafFlags()
EstablishSubscriptionInputvalueLeafFlags in interface EstablishSubscriptionInputpublic FilterType filterType()
EstablishSubscriptionInputfilterType in interface EstablishSubscriptionInputpublic void stream(StreamTypedef stream)
EstablishSubscriptionInputstream in interface EstablishSubscriptionInputstream - value of streampublic void encoding(Encoding encoding)
EstablishSubscriptionInputencoding in interface EstablishSubscriptionInputencoding - value of encodingpublic void startTime(DateAndTime startTime)
EstablishSubscriptionInputstartTime in interface EstablishSubscriptionInputstartTime - value of startTimepublic void stopTime(DateAndTime stopTime)
EstablishSubscriptionInputstopTime in interface EstablishSubscriptionInputstopTime - value of stopTimepublic void filterType(FilterType filterType)
EstablishSubscriptionInputfilterType in interface EstablishSubscriptionInputfilterType - value of filterTypepublic boolean isLeafValueSet(EstablishSubscriptionInput.LeafIdentifier leaf)
EstablishSubscriptionInputisLeafValueSet in interface EstablishSubscriptionInputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.