public class DefaultSubscriptionStarted extends org.onosproject.yang.model.InnerModelObject implements SubscriptionStarted
org.onosproject.yang.model.ModelObject.ModelObjectTypeSubscriptionStarted.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Encoding |
encoding |
protected FilterType |
filterType |
protected DateAndTime |
startTime |
protected DateAndTime |
stopTime |
protected StreamTypedef |
stream |
protected SubscriptionId |
subscriptionId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultSubscriptionStarted()
Creates an instance of defaultSubscriptionStarted.
|
| 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(SubscriptionStarted.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.
|
SubscriptionId |
subscriptionId()
Returns the attribute subscriptionId.
|
void |
subscriptionId(SubscriptionId subscriptionId)
Sets the attribute subscriptionId.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected SubscriptionId subscriptionId
protected StreamTypedef stream
protected Encoding encoding
protected DateAndTime startTime
protected DateAndTime stopTime
protected BitSet valueLeafFlags
protected FilterType filterType
public DefaultSubscriptionStarted()
public SubscriptionId subscriptionId()
SubscriptionStartedsubscriptionId in interface SubscriptionStartedpublic StreamTypedef stream()
SubscriptionStartedstream in interface SubscriptionStartedpublic Encoding encoding()
SubscriptionStartedencoding in interface SubscriptionStartedpublic DateAndTime startTime()
SubscriptionStartedstartTime in interface SubscriptionStartedpublic DateAndTime stopTime()
SubscriptionStartedstopTime in interface SubscriptionStartedpublic BitSet valueLeafFlags()
SubscriptionStartedvalueLeafFlags in interface SubscriptionStartedpublic FilterType filterType()
SubscriptionStartedfilterType in interface SubscriptionStartedpublic void subscriptionId(SubscriptionId subscriptionId)
SubscriptionStartedsubscriptionId in interface SubscriptionStartedsubscriptionId - value of subscriptionIdpublic void stream(StreamTypedef stream)
SubscriptionStartedstream in interface SubscriptionStartedstream - value of streampublic void encoding(Encoding encoding)
SubscriptionStartedencoding in interface SubscriptionStartedencoding - value of encodingpublic void startTime(DateAndTime startTime)
SubscriptionStartedstartTime in interface SubscriptionStartedstartTime - value of startTimepublic void stopTime(DateAndTime stopTime)
SubscriptionStartedstopTime in interface SubscriptionStartedstopTime - value of stopTimepublic void filterType(FilterType filterType)
SubscriptionStartedfilterType in interface SubscriptionStartedfilterType - value of filterTypepublic boolean isLeafValueSet(SubscriptionStarted.LeafIdentifier leaf)
SubscriptionStartedisLeafValueSet in interface SubscriptionStartedleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.