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