public class Error extends Object
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCode()
Must be one of the following: 0001 – Account not able to be found
|
String |
getDetail()
ID of the account not found
|
Object |
getMeta()
Get meta
|
String |
getTitle()
Must be one of the following: Invalid account
|
int |
hashCode() |
void |
setCode(String code) |
void |
setDetail(String detail) |
void |
setMeta(Object meta) |
void |
setTitle(String title) |
String |
toString() |
public String getCode()
public void setCode(String code)
public String getDetail()
public void setDetail(String detail)
public Object getMeta()
public void setMeta(Object meta)
public String getTitle()
public void setTitle(String title)
Copyright © 2019. All rights reserved.