public class DeliveryListResponse extends Object implements Serializable
| Constructor and Description |
|---|
DeliveryListResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<Delivery> |
getData() |
List<ApiError> |
getErrors() |
String |
getMessage() |
String |
getStatus() |
Long |
getTotal() |
String |
getType() |
void |
setData(List<Delivery> data) |
void |
setErrors(List<ApiError> errors) |
void |
setMessage(String message) |
void |
setStatus(String status) |
void |
setTotal(Long total) |
void |
setType(String type) |
String |
toString() |
public String getStatus()
public void setStatus(String status)
public String getMessage()
public void setMessage(String message)
public String getType()
public void setType(String type)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2015 LeanIX GmbH. All rights reserved.