public class YrtSubscriptionOpParam extends org.onosproject.yang.model.InnerModelObject implements YrtSubscription
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected Subscriptions |
subscriptions |
protected Test |
test |
| Constructor and Description |
|---|
YrtSubscriptionOpParam()
Creates an instance of yrtSubscriptionOpParam.
|
| 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) |
int |
hashCode() |
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
Subscriptions |
subscriptions()
Returns the attribute subscriptions.
|
void |
subscriptions(Subscriptions subscriptions)
Sets the attribute subscriptions.
|
Test |
test()
Returns the attribute test.
|
void |
test(Test test)
Sets the attribute test.
|
String |
toString() |
protected Subscriptions subscriptions
protected Test test
public YrtSubscriptionOpParam()
public Subscriptions subscriptions()
YrtSubscriptionsubscriptions in interface YrtSubscriptionpublic Test test()
YrtSubscriptiontest in interface YrtSubscriptionpublic void subscriptions(Subscriptions subscriptions)
YrtSubscriptionsubscriptions in interface YrtSubscriptionsubscriptions - value of subscriptionspublic void test(Test test)
YrtSubscriptiontest in interface YrtSubscriptiontest - value of testpublic 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.