public class YtbModuleWithContainerOpParam extends org.onosproject.yang.model.InnerModelObject implements YtbModuleWithContainer
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected Cont |
cont |
protected List<Listener> |
listener |
protected Sched |
sched |
| Constructor and Description |
|---|
YtbModuleWithContainerOpParam()
Creates an instance of ytbModuleWithContainerOpParam.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
void |
addToListener(Listener addTo)
Adds to the list of listener.
|
<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() |
Cont |
cont()
Returns the attribute cont.
|
void |
cont(Cont cont)
Sets the attribute cont.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<Listener> |
listener()
Returns the attribute listener.
|
void |
listener(List<Listener> listener)
Sets the attribute listener.
|
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
Sched |
sched()
Returns the attribute sched.
|
void |
sched(Sched sched)
Sets the attribute sched.
|
String |
toString() |
public YtbModuleWithContainerOpParam()
public Sched sched()
YtbModuleWithContainersched in interface YtbModuleWithContainerpublic Cont cont()
YtbModuleWithContainercont in interface YtbModuleWithContainerpublic List<Listener> listener()
YtbModuleWithContainerlistener in interface YtbModuleWithContainerpublic void sched(Sched sched)
YtbModuleWithContainersched in interface YtbModuleWithContainersched - value of schedpublic void cont(Cont cont)
YtbModuleWithContainercont in interface YtbModuleWithContainercont - value of contpublic void listener(List<Listener> listener)
YtbModuleWithContainerlistener in interface YtbModuleWithContainerlistener - list of listenerpublic void addToListener(Listener addTo)
YtbModuleWithContaineraddToListener in interface YtbModuleWithContaineraddTo - value of listenerpublic 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.