public class Error extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Error.ErrorBuilder |
| Constructor and Description |
|---|
Error() |
Error(String name,
String error) |
| Modifier and Type | Method and Description |
|---|---|
static Error.ErrorBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getError() |
String |
getName() |
int |
hashCode() |
void |
setError(String error) |
void |
setName(String name) |
String |
toString() |
Copyright © 2020. All rights reserved.