public class DefaultErrors extends org.onosproject.yang.model.InnerModelObject implements Errors
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultErrors()
Creates an instance of defaultErrors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToError(Error addTo)
Adds to the list of error.
|
boolean |
equals(Object obj) |
List<Error> |
error()
Returns the attribute error.
|
void |
error(List<Error> error)
Sets the attribute error.
|
int |
hashCode() |
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic List<Error> error()
Errorspublic void error(List<Error> error)
Errorspublic void addToError(Error addTo)
ErrorsaddToError in interface ErrorsaddTo - value of errorCopyright © 2018. All rights reserved.