public class DeliveryListResponse extends Object
| Constructor and Description |
|---|
DeliveryListResponse() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryListResponse |
data(List<Delivery> data) |
boolean |
equals(Object o) |
DeliveryListResponse |
errors(List<ApiError> errors) |
List<Delivery> |
getData() |
List<ApiError> |
getErrors() |
String |
getMessage() |
String |
getStatus() |
Long |
getTotal() |
String |
getType() |
int |
hashCode() |
DeliveryListResponse |
message(String message) |
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) |
DeliveryListResponse |
status(String status) |
String |
toString() |
DeliveryListResponse |
total(Long total) |
DeliveryListResponse |
type(String type) |
public DeliveryListResponse status(String status)
public String getStatus()
public void setStatus(String status)
public DeliveryListResponse type(String type)
public String getType()
public void setType(String type)
public DeliveryListResponse message(String message)
public String getMessage()
public void setMessage(String message)
public DeliveryListResponse errors(List<ApiError> errors)
public DeliveryListResponse total(Long total)
public Long getTotal()
public void setTotal(Long total)
public DeliveryListResponse data(List<Delivery> data)
Copyright © 2017 LeanIX GmbH. All rights reserved.