public class YrtIetfInterfacesOpParam extends org.onosproject.yang.model.InnerModelObject implements YrtIetfInterfaces
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected Interfaces |
interfaces |
protected InterfacesState |
interfacesState |
| Constructor and Description |
|---|
YrtIetfInterfacesOpParam()
Creates an instance of yrtIetfInterfacesOpParam.
|
| 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() |
Interfaces |
interfaces()
Returns the attribute interfaces.
|
void |
interfaces(Interfaces interfaces)
Sets the attribute interfaces.
|
InterfacesState |
interfacesState()
Returns the attribute interfacesState.
|
void |
interfacesState(InterfacesState interfacesState)
Sets the attribute interfacesState.
|
void |
removeAugmentation(org.onosproject.yang.model.InnerModelObject obj) |
String |
toString() |
protected Interfaces interfaces
protected InterfacesState interfacesState
public YrtIetfInterfacesOpParam()
public Interfaces interfaces()
YrtIetfInterfacesinterfaces in interface YrtIetfInterfacespublic InterfacesState interfacesState()
YrtIetfInterfacesinterfacesState in interface YrtIetfInterfacespublic void interfaces(Interfaces interfaces)
YrtIetfInterfacesinterfaces in interface YrtIetfInterfacesinterfaces - value of interfacespublic void interfacesState(InterfacesState interfacesState)
YrtIetfInterfacesinterfacesState in interface YrtIetfInterfacesinterfacesState - value of interfacesStatepublic 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.