public class ErrorModel extends Object
| Constructor and Description |
|---|
ErrorModel(String type,
String namespace,
ErrorModel parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNamespace() |
Optional<ErrorModel> |
getParent() |
String |
getType() |
int |
hashCode() |
String |
toString() |
public ErrorModel(String type, String namespace, ErrorModel parent)
public String getType()
public String getNamespace()
public Optional<ErrorModel> getParent()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.