public class ErrorEntity extends Object
| Constructor and Description |
|---|
ErrorEntity()
No args constructor for use in serialization
|
ErrorEntity(String errorType,
String errorMessage,
String errorDetail)
Creates an instance of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getErrorDetail() |
String |
getErrorMessage() |
String |
getErrorType() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setErrorDetail(String errorDetail) |
void |
setErrorMessage(String errorMessage) |
void |
setErrorType(String errorType) |
String |
toString() |
ErrorEntity |
withAdditionalProperty(String name,
Object value) |
ErrorEntity |
withErrorDetail(String errorDetail) |
ErrorEntity |
withErrorMessage(String errorMessage) |
ErrorEntity |
withErrorType(String errorType) |
public String getErrorType()
public void setErrorType(String errorType)
public ErrorEntity withErrorType(String errorType)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public ErrorEntity withErrorMessage(String errorMessage)
public String getErrorDetail()
public void setErrorDetail(String errorDetail)
public ErrorEntity withErrorDetail(String errorDetail)
public ErrorEntity withAdditionalProperty(String name, Object value)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.