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