public class Response extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,ArrayList<String>> |
errors |
protected String |
message |
protected ResponseStatus |
status |
protected String |
type |
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,ArrayList<String>> |
getErrors() |
String |
getMessage() |
ResponseStatus |
getStatus() |
String |
getType() |
void |
setErrors(HashMap<String,ArrayList<String>> errors) |
void |
setMessage(String message) |
void |
setStatus(ResponseStatus status) |
void |
setType(String type) |
protected ResponseStatus status
protected String type
protected String message
public String getType()
public void setType(String type)
public String getMessage()
public void setMessage(String message)
public ResponseStatus getStatus()
public void setStatus(ResponseStatus status)
Copyright © 2016 LeanIX GmbH. All rights reserved.