public class DefaultNamedExplicitPaths extends org.onosproject.yang.model.InnerModelObject implements NamedExplicitPaths
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<NamedExplicitPath> |
namedExplicitPath |
| Constructor and Description |
|---|
DefaultNamedExplicitPaths()
Creates an instance of defaultNamedExplicitPaths.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToNamedExplicitPath(NamedExplicitPath addTo)
Adds to the list of namedExplicitPath.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<NamedExplicitPath> |
namedExplicitPath()
Returns the attribute namedExplicitPath.
|
void |
namedExplicitPath(List<NamedExplicitPath> namedExplicitPath)
Sets the attribute namedExplicitPath.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<NamedExplicitPath> namedExplicitPath
public DefaultNamedExplicitPaths()
public List<NamedExplicitPath> namedExplicitPath()
NamedExplicitPathsnamedExplicitPath in interface NamedExplicitPathspublic void namedExplicitPath(List<NamedExplicitPath> namedExplicitPath)
NamedExplicitPathsnamedExplicitPath in interface NamedExplicitPathsnamedExplicitPath - list of namedExplicitPathpublic void addToNamedExplicitPath(NamedExplicitPath addTo)
NamedExplicitPathsaddToNamedExplicitPath in interface NamedExplicitPathsaddTo - value of namedExplicitPathCopyright © 2018. All rights reserved.