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