public class DefaultGlobals extends org.onosproject.yang.model.InnerModelObject implements Globals
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected NamedAdminGroups |
namedAdminGroups |
protected NamedExplicitPaths |
namedExplicitPaths |
protected NamedPathConstraints |
namedPathConstraints |
protected NamedSrlgs |
namedSrlgs |
| Constructor and Description |
|---|
DefaultGlobals()
Creates an instance of defaultGlobals.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
NamedAdminGroups |
namedAdminGroups()
Returns the attribute namedAdminGroups.
|
void |
namedAdminGroups(NamedAdminGroups namedAdminGroups)
Sets the attribute namedAdminGroups.
|
NamedExplicitPaths |
namedExplicitPaths()
Returns the attribute namedExplicitPaths.
|
void |
namedExplicitPaths(NamedExplicitPaths namedExplicitPaths)
Sets the attribute namedExplicitPaths.
|
NamedPathConstraints |
namedPathConstraints()
Returns the attribute namedPathConstraints.
|
void |
namedPathConstraints(NamedPathConstraints namedPathConstraints)
Sets the attribute namedPathConstraints.
|
NamedSrlgs |
namedSrlgs()
Returns the attribute namedSrlgs.
|
void |
namedSrlgs(NamedSrlgs namedSrlgs)
Sets the attribute namedSrlgs.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected NamedAdminGroups namedAdminGroups
protected NamedSrlgs namedSrlgs
protected NamedExplicitPaths namedExplicitPaths
protected NamedPathConstraints namedPathConstraints
public NamedAdminGroups namedAdminGroups()
GlobalsnamedAdminGroups in interface Globalspublic NamedSrlgs namedSrlgs()
GlobalsnamedSrlgs in interface Globalspublic NamedExplicitPaths namedExplicitPaths()
GlobalsnamedExplicitPaths in interface Globalspublic NamedPathConstraints namedPathConstraints()
GlobalsnamedPathConstraints in interface Globalspublic void namedAdminGroups(NamedAdminGroups namedAdminGroups)
GlobalsnamedAdminGroups in interface GlobalsnamedAdminGroups - value of namedAdminGroupspublic void namedSrlgs(NamedSrlgs namedSrlgs)
GlobalsnamedSrlgs in interface GlobalsnamedSrlgs - value of namedSrlgspublic void namedExplicitPaths(NamedExplicitPaths namedExplicitPaths)
GlobalsnamedExplicitPaths in interface GlobalsnamedExplicitPaths - value of namedExplicitPathspublic void namedPathConstraints(NamedPathConstraints namedPathConstraints)
GlobalsnamedPathConstraints in interface GlobalsnamedPathConstraints - value of namedPathConstraintsCopyright © 2018. All rights reserved.