public final class ImmutableErrorModel extends Object implements ErrorModel
ErrorModel| Constructor and Description |
|---|
ImmutableErrorModel(String type,
String namespace,
ErrorModel parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNamespace()
Gets the namespace of error.
|
Optional<ErrorModel> |
getParent() |
String |
getType()
Gets the type of the error.
|
int |
hashCode() |
String |
toString() |
public ImmutableErrorModel(String type, String namespace, ErrorModel parent)
public String getType()
getType in interface ErrorModelpublic String getNamespace()
MULE namespace.getNamespace in interface ErrorModelpublic Optional<ErrorModel> getParent()
getParent in interface ErrorModelErrorModel parent of the current ErrorModel from which it inherits from.Copyright © 2017 MuleSoft, Inc.. All rights reserved.