public class DefaultNamed extends org.onosproject.yang.model.InnerModelObject implements Named
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<Constraints> |
constraints |
| Constructor and Description |
|---|
DefaultNamed()
Creates an instance of defaultNamed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToConstraints(Constraints addTo)
Adds to the list of constraints.
|
List<Constraints> |
constraints()
Returns the attribute constraints.
|
void |
constraints(List<Constraints> constraints)
Sets the attribute constraints.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<Constraints> constraints
public List<Constraints> constraints()
Namedconstraints in interface Namedpublic void constraints(List<Constraints> constraints)
Namedconstraints in interface Namedconstraints - list of constraintspublic void addToConstraints(Constraints addTo)
NamedaddToConstraints in interface NamedaddTo - value of constraintsCopyright © 2017. All rights reserved.