public class ErrorDTO extends Object
| Constructor and Description |
|---|
ErrorDTO() |
| Modifier and Type | Method and Description |
|---|---|
ErrorDTO |
description(String description) |
boolean |
equals(Object o) |
ErrorDTO |
error(String error) |
String |
getDescription()
Error message.
|
String |
getError()
Get error.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setError(String error) |
String |
toString() |
Copyright © 2018 WSO2. All rights reserved.