public interface Error
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Error.LeafIdentifier
Identify the leaf of Error.
|
| Modifier and Type | Method and Description |
|---|---|
String |
errorAppTag()
Returns the attribute errorAppTag.
|
void |
errorAppTag(String errorAppTag)
Sets the attribute errorAppTag.
|
ErrorInfo |
errorInfo()
Returns the attribute errorInfo.
|
void |
errorInfo(ErrorInfo errorInfo)
Sets the attribute errorInfo.
|
String |
errorMessage()
Returns the attribute errorMessage.
|
void |
errorMessage(String errorMessage)
Sets the attribute errorMessage.
|
String |
errorPath()
Returns the attribute errorPath.
|
void |
errorPath(String errorPath)
Sets the attribute errorPath.
|
String |
errorTag()
Returns the attribute errorTag.
|
void |
errorTag(String errorTag)
Sets the attribute errorTag.
|
ErrorTypeEnum |
errorType()
Returns the attribute errorType.
|
void |
errorType(ErrorTypeEnum errorType)
Sets the attribute errorType.
|
boolean |
isLeafValueSet(Error.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
ErrorTypeEnum errorType()
String errorTag()
String errorAppTag()
String errorPath()
String errorMessage()
BitSet valueLeafFlags()
ErrorInfo errorInfo()
void errorType(ErrorTypeEnum errorType)
errorType - value of errorTypevoid errorTag(String errorTag)
errorTag - value of errorTagvoid errorAppTag(String errorAppTag)
errorAppTag - value of errorAppTagvoid errorPath(String errorPath)
errorPath - value of errorPathvoid errorMessage(String errorMessage)
errorMessage - value of errorMessagevoid errorInfo(ErrorInfo errorInfo)
errorInfo - value of errorInfoboolean isLeafValueSet(Error.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.