public class YrtIetfEventNotificationsOpParam extends org.onosproject.yang.model.InnerModelObject implements YrtIetfEventNotifications
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected Filters |
filters |
protected Streams |
streams |
protected SubscriptionConfig |
subscriptionConfig |
protected Subscriptions |
subscriptions |
| Constructor and Description |
|---|
YrtIetfEventNotificationsOpParam()
Creates an instance of yrtIetfEventNotificationsOpParam.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
<T extends org.onosproject.yang.model.InnerModelObject> |
augmentation(Class<T> c) |
Map<Class<? extends org.onosproject.yang.model.InnerModelObject>,org.onosproject.yang.model.InnerModelObject> |
augmentations() |
boolean |
equals(Object obj) |
Filters |
filters()
Returns the attribute filters.
|
void |
filters(Filters filters)
Sets the attribute filters.
|
int |
hashCode() |
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
Streams |
streams()
Returns the attribute streams.
|
void |
streams(Streams streams)
Sets the attribute streams.
|
SubscriptionConfig |
subscriptionConfig()
Returns the attribute subscriptionConfig.
|
void |
subscriptionConfig(SubscriptionConfig subscriptionConfig)
Sets the attribute subscriptionConfig.
|
Subscriptions |
subscriptions()
Returns the attribute subscriptions.
|
void |
subscriptions(Subscriptions subscriptions)
Sets the attribute subscriptions.
|
String |
toString() |
protected Streams streams
protected Filters filters
protected SubscriptionConfig subscriptionConfig
protected Subscriptions subscriptions
public YrtIetfEventNotificationsOpParam()
public Streams streams()
YrtIetfEventNotificationsstreams in interface YrtIetfEventNotificationspublic Filters filters()
YrtIetfEventNotificationsfilters in interface YrtIetfEventNotificationspublic SubscriptionConfig subscriptionConfig()
YrtIetfEventNotificationssubscriptionConfig in interface YrtIetfEventNotificationspublic Subscriptions subscriptions()
YrtIetfEventNotificationssubscriptions in interface YrtIetfEventNotificationspublic void streams(Streams streams)
YrtIetfEventNotificationsstreams in interface YrtIetfEventNotificationsstreams - value of streamspublic void filters(Filters filters)
YrtIetfEventNotificationsfilters in interface YrtIetfEventNotificationsfilters - value of filterspublic void subscriptionConfig(SubscriptionConfig subscriptionConfig)
YrtIetfEventNotificationssubscriptionConfig in interface YrtIetfEventNotificationssubscriptionConfig - value of subscriptionConfigpublic void subscriptions(Subscriptions subscriptions)
YrtIetfEventNotificationssubscriptions in interface YrtIetfEventNotificationssubscriptions - value of subscriptionspublic void addAugmentation(org.onosproject.yang.model.InnerModelObject obj)
addAugmentation in interface org.onosproject.yang.model.AugmentableaddAugmentation in class org.onosproject.yang.model.InnerModelObjectpublic void removeAugmentation(org.onosproject.yang.model.InnerModelObject obj)
removeAugmentation in interface org.onosproject.yang.model.AugmentableremoveAugmentation in class org.onosproject.yang.model.InnerModelObjectpublic Map<Class<? extends org.onosproject.yang.model.InnerModelObject>,org.onosproject.yang.model.InnerModelObject> augmentations()
augmentations in interface org.onosproject.yang.model.Augmentableaugmentations in class org.onosproject.yang.model.InnerModelObjectpublic <T extends org.onosproject.yang.model.InnerModelObject> T augmentation(Class<T> c)
augmentation in interface org.onosproject.yang.model.Augmentableaugmentation in class org.onosproject.yang.model.InnerModelObjectCopyright © 2018. All rights reserved.