public class DefaultInterfaces extends org.onosproject.yang.model.InnerModelObject implements Interfaces
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<YangAutoPrefixInterface> |
yangAutoPrefixInterface |
| Constructor and Description |
|---|
DefaultInterfaces()
Creates an instance of defaultInterfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToYangAutoPrefixInterface(YangAutoPrefixInterface addTo)
Adds to the list of yangAutoPrefixInterface.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
List<YangAutoPrefixInterface> |
yangAutoPrefixInterface()
Returns the attribute yangAutoPrefixInterface.
|
void |
yangAutoPrefixInterface(List<YangAutoPrefixInterface> yangAutoPrefixInterface)
Sets the attribute yangAutoPrefixInterface.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<YangAutoPrefixInterface> yangAutoPrefixInterface
public DefaultInterfaces()
public List<YangAutoPrefixInterface> yangAutoPrefixInterface()
InterfacesyangAutoPrefixInterface in interface Interfacespublic void yangAutoPrefixInterface(List<YangAutoPrefixInterface> yangAutoPrefixInterface)
InterfacesyangAutoPrefixInterface in interface InterfacesyangAutoPrefixInterface - list of yangAutoPrefixInterfacepublic void addToYangAutoPrefixInterface(YangAutoPrefixInterface addTo)
InterfacesaddToYangAutoPrefixInterface in interface InterfacesaddTo - value of yangAutoPrefixInterfaceCopyright © 2018. All rights reserved.